diff options
-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; } |