mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-10 09:01:14 +00:00
12 lines
165 B
SCSS
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%;
|
|
}
|
|
}
|
|
|