style: center nav element

This broke, when all children of body got a width of 720px. Now, they have a
max-width of 720px.
This commit is contained in:
Philipp Matthias Schaefer 2021-02-28 21:46:21 +01:00
parent 788500d325
commit 30fcceb351

View File

@ -32,7 +32,7 @@ body {
}
body * {
width: 720px;
max-width: 720px;
}
h1 {