Spaces:
Runtime error
Runtime error
File size: 261 Bytes
d757506 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
.search-container {
position: relative;
&-image {
--adm-image-width: 300px;
--adm-image-height: 300px;
}
.adm-image {
border: 1px solid #ccc;
margin: 5px;
padding: 10px;
border-radius: 8px;
}
} |