1
0
Fork 0
forked from CRSS/Website
Website-fixver/styles/global.module.scss

13 lines
141 B
SCSS
Raw Normal View History

2024-08-29 13:20:28 +00:00
.container {
max-width: 1100px;
margin: 0 auto;
@media (max-width: 1100px) {
margin: 0 1rem;
}
}
.pageContent {
// trolley
}