Save
This commit is contained in:
@@ -829,6 +829,10 @@ body.page-id-25 {
|
||||
align-items: center;
|
||||
column-gap: 40px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.col {
|
||||
&-1 {
|
||||
max-width: 680px;
|
||||
@@ -861,6 +865,16 @@ body.page-id-25 {
|
||||
transform: translateX(100%);
|
||||
max-width: 400px;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
max-width: unset;
|
||||
width: 100svw;
|
||||
inset: 0;
|
||||
|
||||
img {
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1429,6 +1443,7 @@ body.page-id-38 {
|
||||
|
||||
.tile {
|
||||
flex-basis: calc(100% / 3);
|
||||
padding-bottom: 230px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
padding-left: 20px;
|
||||
@@ -2585,6 +2600,15 @@ body.blog {
|
||||
.box-1 {
|
||||
margin-bottom: 48px;
|
||||
|
||||
&:hover {
|
||||
.box-bg {
|
||||
img {
|
||||
transform: scale(1.3);
|
||||
transition: all 10s ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box--wrapper {
|
||||
position: relative;
|
||||
height: 568px;
|
||||
@@ -2602,12 +2626,15 @@ body.blog {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
filter: brightness(0.7);
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: 100%;
|
||||
object-position: center;
|
||||
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2846,7 +2873,7 @@ body.page-id-59 {
|
||||
|
||||
.contact-description {
|
||||
p {
|
||||
color: #747474;
|
||||
color: $cBlack;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
|
||||
Reference in New Issue
Block a user