From 6ec55dec8919eb04caba5a2b27c86163905d5b86 Mon Sep 17 00:00:00 2001
From: mathias <mail@mathias.is>
Date: Sun, 12 Feb 2017 19:12:09 +0200
Subject: [PATCH] Cleanups

---
 _includes/_css/index.css | 7 +------
 index.html               | 6 +++---
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/_includes/_css/index.css b/_includes/_css/index.css
index bb64b43..b78db5b 100644
--- a/_includes/_css/index.css
+++ b/_includes/_css/index.css
@@ -90,15 +90,10 @@ a:focus {
 #navigation span {
 	display: table-row;
 }
-#navigation a.logo {
-	font-size: 3.250em;
-	padding: 0.250em;
-}
 #navigation a {
 	display: table-cell;
 	fill: #eee;
-	font-size: 1.875em;
-	padding: 0.875em;
+	padding: 0.500em;
 	vertical-align: middle;
 }
 #navigation a:hover,
diff --git a/index.html b/index.html
index efb77cf..ee4d8f0 100644
--- a/index.html
+++ b/index.html
@@ -21,21 +21,21 @@
 	<div id="navigation">
 		<span>
 			<a href="#home" title="Home">
-				<svg aria-hidden="true" height="1.125em" viewBox="0 0 24 24" width="1.125em">
+				<svg aria-hidden="true" height="1.500em" viewBox="0 0 24 24" width="1.500em">
 					<path d="{% include _icons/kaboom %}" />
 				</svg>
 			</a>
 		</span>
 		<span>
 			<a href="#play" title="Play">
-				<svg aria-hidden="true" height="1.125em" viewBox="0 0 24 24" width="1.125em">
+				<svg aria-hidden="true" height="1.063em" viewBox="0 0 24 24" width="1.063em">
 					<path d="{% include _icons/play %}" />
 				</svg>
 			</a>
 		</span>
 		<span>
 			<a href="#downloads" title="Downloads">
-				<svg aria-hidden="true" height="1.125em" viewBox="0 0 24 24" width="1.125em">
+				<svg aria-hidden="true" height="1.063em" viewBox="0 0 24 24" width="1.063em">
 					<path d="{% include _icons/downloads %}" />
 				</svg>
 			</a>