frontend: use width in .viewport
Also add .viewport to main div.
This commit is contained in:
parent
922fe8c2be
commit
499510bd21
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ a:active {
|
|||
.viewport {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 60rem;
|
||||
width: 60rem;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
|
|
Reference in a new issue