summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-10 20:27:46 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-10 20:27:46 +0200
commit1eb697c8d8e51cb8870673cbcb4af2b62f8881e9 (patch)
treece0d0d9d8118905d8b6c20baded24485a3b9bd73
parent19ab76234937f330a6c656857e2b3a7541f2f0b0 (diff)
downloadwebsite-1eb697c8d8e51cb8870673cbcb4af2b62f8881e9.tar.xz
update main.css
-rw-r--r--main.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/main.css b/main.css
index 27624b0..2c4cb24 100644
--- a/main.css
+++ b/main.css
@@ -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,