This commit is contained in:
2025-07-14 15:35:36 +02:00
parent 20ff462d47
commit 2bc4812b3e
6 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.elementor-widget-images-list ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 7px;
}
.elementor-widget-images-list ul li img {
width: 100%;
max-width: 20px;
height: auto;
max-height: 12px;
}/*# sourceMappingURL=main.css.map */