Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1268,6 +1268,34 @@ div#widget197687138 {
|
||||
|
||||
div#widget197687470 {
|
||||
.section-content {
|
||||
.c-row-1 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 40px;
|
||||
|
||||
.c-col-1 {
|
||||
width: 45%;
|
||||
|
||||
img {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
.c-col-2 {
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
flex-direction: column;
|
||||
|
||||
.c-col-1 {
|
||||
width: 100%;
|
||||
}
|
||||
.c-col-2 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 20px auto 30px;
|
||||
|
||||
Reference in New Issue
Block a user