styling changes

This commit is contained in:
zepp 2024-07-26 00:36:31 -04:00
parent d90ef954a8
commit ea5d25ded2
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,8 @@
} }
nav { nav {
padding: 1em; padding-top: 10px;
padding-bottom: 10px;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
} }
@ -20,8 +21,7 @@ header, footer {
} }
header div h1 { header div h1 {
padding: 0.1em; font-size: 2.75em;
font-size: 3em;
display: inline; display: inline;
} }