diff options
author | mattkae <mattkae@protonmail.com> | 2022-02-13 12:01:53 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-02-13 12:01:53 -0500 |
commit | dd573a9bad435f7f16dd26458c8f0129eb6e54fe (patch) | |
tree | d4030fe50c5fa277ce54634263e560a694a25c92 | |
parent | 09168c6c47e381851cde5f84a36de8146e52779a (diff) |
Update header styles
-rw-r--r-- | index.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ header { header > h1 { font-weight: bold; - font-size: 3rem; + font-size: 2rem; padding-top: 1rem; padding-bottom: 0.5rem; margin: 0; @@ -44,7 +44,7 @@ header > nav > ul > li { header > nav > ul a { text-decoration: none; color: blue; - font-size: 1.5rem; + font-size: 18px; border-bottom: 1px solid transparent; } |