Add responsive styling for Ekomi widget on index page

- Introduced flexbox layout for the .box-ekomi-widget to enhance responsiveness.
- Set .title_block to occupy full width.
- Adjusted widths for specific Ekomi widget elements to improve layout on the index page.
This commit is contained in:
2025-09-15 23:38:42 +02:00
parent ea52929dfe
commit 62e48cfa22
3 changed files with 21 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

@@ -5806,4 +5806,23 @@ body:not(#index) {
}
}
}
}
body#index {
.box-ekomi-widget {
display: flex;
flex-wrap: wrap;
.title_block {
width: 100%;
}
.ekomi-widget-sf1479766890a0175aa13 {
width: 30%;
}
.ekomi-widget-sf14797668b168fac5bd0 {
width: 70%;
}
}
}