hugolxt 910a5820b0
🚧 Init front repo lecoffre (#1)
Initialization of the front repository
2023-03-15 14:38:50 +01:00

16 lines
274 B
SCSS

@import "@Themes/constants.scss";
.root {
margin: var(--root-margin);
padding: var(--root-padding);
max-width: var(--root-max-width);
@media screen and (max-width: $screen-m) {
padding: 0 24px;
}
@media screen and (max-width: $screen-s) {
padding: 0 16px;
}
}