mirror of
https://github.com/remvze/moodist.git
synced 2026-03-06 12:03:14 +08:00
14 lines
144 B
CSS
14 lines
144 B
CSS
.container {
|
|
width: 90%;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
|
|
&.tight {
|
|
max-width: 450px;
|
|
}
|
|
|
|
&.wide {
|
|
max-width: 760px;
|
|
}
|
|
}
|