refactor: add variant to container

This commit is contained in:
MAZE
2024-02-09 18:29:00 +03:30
parent f66a6ffde7
commit 831a9c8ea0
4 changed files with 12 additions and 6 deletions

View File

@@ -2,4 +2,8 @@
width: 90%;
max-width: 600px;
margin: 0 auto;
&.tight {
max-width: 450px;
}
}