frontend: use width in .viewport

Also add .viewport to main div.
This commit is contained in:
Lucas 2023-02-19 20:22:22 +00:00
parent 922fe8c2be
commit 499510bd21
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ a:active {
.viewport {
margin-left: auto;
margin-right: auto;
max-width: 60rem;
width: 60rem;
}
.border-bottom {