Save
This commit is contained in:
@@ -431,15 +431,17 @@ strong {
|
||||
border-bottom-left-radius: 50px;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
height: 440px;
|
||||
// height: 440px;
|
||||
height: auto;
|
||||
bottom: 30px;
|
||||
}
|
||||
@include respond-below(xs) {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
width: 100svw;
|
||||
border-radius: 0;
|
||||
transform: translateX(-50%);
|
||||
// top: auto;
|
||||
// bottom: 0;
|
||||
// left: 50%;
|
||||
// width: 100svw;
|
||||
// border-radius: 0;
|
||||
// transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -447,8 +449,9 @@ strong {
|
||||
order: 1;
|
||||
}
|
||||
@include respond-below(xs) {
|
||||
flex-direction: column-reverse;
|
||||
padding-left: 0;
|
||||
// flex-direction: column-reverse;
|
||||
// padding-left: 0;
|
||||
column-gap: 20px;
|
||||
row-gap: 30px;
|
||||
}
|
||||
|
||||
@@ -466,16 +469,16 @@ strong {
|
||||
|
||||
@include respond-below(xs) {
|
||||
text-align: center;
|
||||
padding-bottom: 30px;
|
||||
// padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.c-desk-text {
|
||||
@include respond-below(xs) {
|
||||
text-align: center;
|
||||
// padding-bottom: 30px;
|
||||
transform: rotate(90deg);
|
||||
margin-bottom: -60px;
|
||||
margin-top: -30px;
|
||||
// transform: rotate(90deg);
|
||||
// margin-bottom: -60px;
|
||||
// margin-top: -30px;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -488,6 +491,13 @@ strong {
|
||||
@include respond-below(md) {
|
||||
max-width: 130px;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
max-width: 100px;
|
||||
}
|
||||
@media (max-width: 450px) {
|
||||
max-width: 80px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -513,6 +523,10 @@ strong {
|
||||
img {
|
||||
padding-bottom: 6px;
|
||||
width: 16px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-between(md, lg) {
|
||||
|
||||
Reference in New Issue
Block a user