Fix centering for "body" max-width mode

This commit is contained in:
user 2020-04-24 20:03:17 +02:00
parent 5ef69dda8b
commit 0727f521dd
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;
}