Sith/counter/static/counter/css/admin.scss
2024-12-21 02:14:38 +01:00

12 lines
165 B
SCSS

.product-group {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 30px;
@media screen and (min-width: 768px) {
max-width: 50%;
}
}