diff options
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -159,9 +159,9 @@ body { } .topbar { - height: 60px; + height: 5em; margin: 0; - padding: 20px 0; + padding: 1.5em 0; background-color: lightblue; text-align: center; text-transform: uppercase; |