diff --git a/public/css/style.css b/public/css/style.css index c5e4d42..e55363f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -31,7 +31,9 @@ body, h1, -p { +main, +p, +section { margin: 0; } @@ -45,7 +47,9 @@ body { } h1, -p { +main, +p, +section { margin-bottom: 1.5rem; } @@ -79,7 +83,8 @@ nav { } .viewport { - margin: 0 auto; + margin-left: auto; + margin-right: auto; max-width: 60rem; } diff --git a/views/layouts/main.tt b/views/layouts/main.tt index 7148d58..6408d1b 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -7,7 +7,7 @@
-