Save
This commit is contained in:
@@ -20,6 +20,10 @@ $header-height: 77px;
|
||||
font-size: 64px;
|
||||
line-height: 120%;
|
||||
letter-spacing: -1.4px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin box_title_line($color, $bgColor) {
|
||||
@@ -474,6 +478,10 @@ header#masthead {
|
||||
transition-delay: 600ms;
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-above(lg) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -697,6 +705,10 @@ body.page-id-25 {
|
||||
@include respond-below(xl) {
|
||||
max-width: 500px;
|
||||
}
|
||||
@include respond-below(lg) {
|
||||
max-width: 330px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
}
|
||||
&-2 {
|
||||
// position: relative;
|
||||
@@ -709,6 +721,9 @@ body.page-id-25 {
|
||||
@include respond-below(xxl) {
|
||||
max-width: 430px;
|
||||
}
|
||||
@include respond-below(lg) {
|
||||
max-width: 360px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -748,6 +763,10 @@ body.page-id-25 {
|
||||
letter-spacing: -0.27px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
@include respond-below(lg) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -757,6 +776,11 @@ body.page-id-25 {
|
||||
padding-bottom: 180px;
|
||||
background: $cBlack;
|
||||
|
||||
@include respond-below(lg) {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.row {
|
||||
.col {
|
||||
&-1 {
|
||||
|
||||
Reference in New Issue
Block a user