edit blocks (gendir)
This commit is contained in:
@@ -142,7 +142,7 @@ img {
|
||||
position: fixed;
|
||||
inset: 0 0 auto;
|
||||
z-index: 20;
|
||||
border-bottom: 1px solid rgba(207, 23, 23, 0.2);
|
||||
border-bottom: 2px solid rgba(207, 23, 23, 0.3);
|
||||
background: rgba(18, 18, 18, 0.95);
|
||||
animation: slide-down 0.65s ease both;
|
||||
|
||||
@@ -176,8 +176,11 @@ img {
|
||||
|
||||
.logo {
|
||||
display: inline-flex;
|
||||
width: 137px;
|
||||
height: 30px;
|
||||
/*width: 137px;*/
|
||||
/*height: 30px;*/
|
||||
width:172px;
|
||||
height:auto;
|
||||
margin-top:5px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
@@ -188,7 +191,8 @@ img {
|
||||
|
||||
.hero {
|
||||
position: relative;
|
||||
min-height: 852px;
|
||||
/*min-height: 852px;*/
|
||||
min-height:750px;
|
||||
padding-top: 72px;
|
||||
|
||||
&__bg {
|
||||
@@ -242,7 +246,8 @@ img {
|
||||
|
||||
h1 {
|
||||
max-width: 1000px;
|
||||
margin-bottom: 24px;
|
||||
/*margin-bottom: 24px;*/
|
||||
margin-bottom:45px;
|
||||
font-size: 72px;
|
||||
font-weight: 700;
|
||||
line-height: 90px;
|
||||
@@ -1751,7 +1756,7 @@ img {
|
||||
|
||||
@include respond($bp-xl) {
|
||||
.container {
|
||||
padding: 0 20px;
|
||||
/*padding: 0 20px;*/
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -2045,6 +2050,7 @@ img {
|
||||
&__tags {
|
||||
li {
|
||||
white-space: normal;
|
||||
padding: 14px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2198,14 +2204,17 @@ img {
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 110px;
|
||||
height: 24px;
|
||||
/*width: 110px;*/
|
||||
/*height: 24px;*/
|
||||
height: auto;
|
||||
width:150px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
&--small {
|
||||
padding: 10px 16px;
|
||||
font-size: 13px;
|
||||
padding: 6px 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2213,7 +2222,10 @@ img {
|
||||
padding-top: 100px;
|
||||
|
||||
h1 {
|
||||
font-size: 34px;
|
||||
/*font-size: 34px;*/
|
||||
font-size:24px;
|
||||
margin-top:20px;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
||||
Reference in New Issue
Block a user