diff --git a/public/stylesheet-toki-wan.css b/public/stylesheet-toki-wan.css index 99b7463..5801259 100644 --- a/public/stylesheet-toki-wan.css +++ b/public/stylesheet-toki-wan.css @@ -3,12 +3,13 @@ flex-direction: column; justify-content: center; align-items: center; - margin: 1rem 1rem 3rem; + margin: 0 1rem 3rem; } h1 { font-size: 3rem; margin-bottom: 0; + margin-top: 0; text-align: center; } diff --git a/public/stylesheet.css b/public/stylesheet.css index f249ee5..ea62f56 100644 --- a/public/stylesheet.css +++ b/public/stylesheet.css @@ -186,7 +186,7 @@ header nav a:hover .sitelen-tu { } main { - padding: 1rem 0; + padding: 0 0 1rem 0; flex-grow: 1; }