save
This commit is contained in:
@@ -1021,12 +1021,23 @@ select {
|
||||
transition-delay: 250ms;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.c-col {
|
||||
&-1 {
|
||||
width: 50%;
|
||||
|
||||
@include respond-below(lg) {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
border-radius: 10px;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1034,6 +1045,10 @@ select {
|
||||
width: 50%;
|
||||
align-content: center;
|
||||
|
||||
@include respond-below(lg) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
* {
|
||||
color: #1e2832;
|
||||
font-family: $font3;
|
||||
@@ -1050,6 +1065,10 @@ select {
|
||||
row-gap: 50px;
|
||||
column-gap: 60px;
|
||||
|
||||
@include respond-below(lg) {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.info-tile {
|
||||
&-1 {
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user