Files
__inwestprofil.pagedev.pl/wp-content/plugins/elementor-addon/assets/css/main.scss
2025-07-14 15:35:36 +02:00

21 lines
269 B
SCSS

.elementor-widget-images-list {
ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 7px;
li {
img {
width: 100%;
max-width: 20px;
height: auto;
max-height: 12px;
}
}
}
}