Fix centering for "body" max-width mode

This commit is contained in:
southerntofu 2020-04-24 20:03:17 +02:00
parent 5ef69dda8b
commit c14a5d4ec7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Override water.css
body {
max-width: none;
margin: 0;
margin: 0 auto;
padding: 0;
}