website/oldscss/helpers/container.scss
2024-05-12 11:20:23 +02:00

11 lines
183 B
SCSS

@media (max-width: $responsive-medium) {
.container {
width: 94% !important;
}
}
@media (max-width: $responsive-interlarge) {
.container {
width: 90% !important;
}
}