diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-10 20:27:46 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-10 20:27:46 +0200 |
commit | 1eb697c8d8e51cb8870673cbcb4af2b62f8881e9 (patch) | |
tree | ce0d0d9d8118905d8b6c20baded24485a3b9bd73 | |
parent | 19ab76234937f330a6c656857e2b3a7541f2f0b0 (diff) | |
download | website-1eb697c8d8e51cb8870673cbcb4af2b62f8881e9.tar.xz |
update main.css
-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, |