diff --git a/input/main.css b/input/main.css index 11a51c2..c997924 100644 --- a/input/main.css +++ b/input/main.css @@ -123,7 +123,7 @@ header { display: flex; justify-content: center; background-color: var(--body-background-color); - padding: 1em 0; + padding: 1em; border-bottom: 1px solid var(--line-color); position: fixed; top: 0; @@ -186,6 +186,7 @@ footer { "sidebar" "main" "footer"; + padding: 1em; } }