Save
This commit is contained in:
@@ -808,6 +808,11 @@ body.page-id-25 main .box-1 .row {
|
||||
-moz-column-gap: 40px;
|
||||
column-gap: 40px;
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
body.page-id-25 main .box-1 .row {
|
||||
min-height: 500px;
|
||||
}
|
||||
}
|
||||
body.page-id-25 main .box-1 .row .col-1 {
|
||||
max-width: 680px;
|
||||
}
|
||||
@@ -846,6 +851,17 @@ body.page-id-25 main .box-1 .row .col-2 {
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px) {
|
||||
body.page-id-25 main .box-1 .row .col-2 {
|
||||
max-width: unset;
|
||||
width: 100svw;
|
||||
inset: 0;
|
||||
}
|
||||
body.page-id-25 main .box-1 .row .col-2 img {
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
body.page-id-25 main .box-1 .box-head {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
@@ -1694,6 +1710,7 @@ body.page-id-38 main .box-2 .row .col-2 .tiles {
|
||||
}
|
||||
body.page-id-38 main .box-2 .row .col-2 .tiles .tile {
|
||||
flex-basis: 33.3333333333%;
|
||||
padding-bottom: 230px;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
body.page-id-38 main .box-2 .row .col-2 .tiles .tile {
|
||||
@@ -2862,6 +2879,10 @@ body.blog main.blog-page {
|
||||
body.blog main.blog-page .box-1 {
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
body.blog main.blog-page .box-1:hover .box-bg img {
|
||||
transform: scale(1.3);
|
||||
transition: all 10s ease-in-out;
|
||||
}
|
||||
body.blog main.blog-page .box-1 .box--wrapper {
|
||||
position: relative;
|
||||
height: 568px;
|
||||
@@ -2882,6 +2903,7 @@ body.blog main.blog-page .box-1 .box-bg {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
filter: brightness(0.7);
|
||||
overflow: hidden;
|
||||
}
|
||||
body.blog main.blog-page .box-1 .box-bg img {
|
||||
width: 100%;
|
||||
@@ -2890,6 +2912,7 @@ body.blog main.blog-page .box-1 .box-bg img {
|
||||
height: 100%;
|
||||
-o-object-position: center;
|
||||
object-position: center;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
body.blog main.blog-page .box-1 .row {
|
||||
position: relative;
|
||||
@@ -3112,7 +3135,7 @@ body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-data
|
||||
letter-spacing: -0.32px;
|
||||
}
|
||||
body.page-id-59 main .box-1 .row .col-1 .contact-description p {
|
||||
color: #747474;
|
||||
color: #232323;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
|
||||
Reference in New Issue
Block a user