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:
parent
788500d325
commit
30fcceb351
@ -32,7 +32,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body * {
|
body * {
|
||||||
width: 720px;
|
max-width: 720px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user