This commit is contained in:
2025-09-29 08:21:17 +02:00
parent 433d01bbfb
commit a4c8195a42
3 changed files with 30 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;