ryesun's picture
initial
d757506
raw
history blame contribute delete
261 Bytes
.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;
}
}