Files
moodist/src/components/container/container.module.css
2024-04-11 15:12:56 +03:30

14 lines
144 B
CSS

.container {
width: 90%;
max-width: 600px;
margin: 0 auto;
&.tight {
max-width: 450px;
}
&.wide {
max-width: 760px;
}
}