diff --git a/themes/aviary/assets/css/main.scss b/themes/aviary/assets/css/main.scss index 34cd653..f7117fb 100644 --- a/themes/aviary/assets/css/main.scss +++ b/themes/aviary/assets/css/main.scss @@ -9,7 +9,7 @@ html { body { color: #151515; font-family: "Assistant", sans-serif; - line-height: 1.5; + line-height: 1.42; margin: 0.666rem; max-width: 666px; padding: 1rem; @@ -19,6 +19,8 @@ body { } header { + padding-bottom: 1rem; + border-bottom: 0.24rem solid #b68024; display: flex; flex-direction: column; h1 { @@ -36,7 +38,7 @@ header { margin: 0; padding: 0; li { - padding: 0.1rem; + margin: auto 0.5rem; } li .active { text-decoration: underline; @@ -47,7 +49,7 @@ header { } footer { - border-top: 1px solid #222; + border-top: 0.24rem solid #b68024; margin-top: 1rem; } @@ -88,10 +90,12 @@ figure { text-align: center; } -footer > small { - display: flex; - align-items: center; - justify-content: center; - align-self: stretch; - padding: 0.5rem; +footer { + padding-top: 1rem; + small { + display: flex; + align-items: center; + justify-content: center; + align-self: stretch; + } }