diff options
-rw-r--r-- | main.css | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -31,7 +31,11 @@ a:hover { p { padding: 0 20px; text-align: left; - font-size: 17px; + font-size: 16px; +} + +h2 { + font-size: 20px; } header { @@ -39,16 +43,24 @@ header { } header h1 { flex: 1; + font-size: 30px; } header h1 a { color: #000; } header nav { + flex: 1; + display: flex; width: auto; padding-right: 10px; + align-items: center; + justify-content: flex-end; } -header nav ul { +header nav li { + display: inline; + margin: 0px 6px; list-style: none; + text-align: center; } #about, |