From ddd23ad4e49be455724f85aeca65b7eba7a59692 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Tue, 31 Dec 2013 01:11:36 +0000 Subject: [PATCH] Ensuring font size is consistent --- public/style.css | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/public/style.css b/public/style.css index e91607d..cd9c4f1 100644 --- a/public/style.css +++ b/public/style.css @@ -3,6 +3,21 @@ Infinity Squared CSS https://github.com/tomslominski/infinity-squared */ +/* Structure */ +body { + background: #F1F1F1; + color: black; + font-family: 'Ubuntu', sans-serif, Helvetica, Arial; + font-size: 62.5%; +} + +#container { + width: 60%; + min-width: 720px; + margin: 0 auto; + background-color: white; +} + /* General */ ::selection { background: rgba(1,63,109,0.7); @@ -55,21 +70,6 @@ p, a { -moz-osx-font-smoothing: grayscale; } -/* Structure */ -body { - background: #F1F1F1; - color: black; - font-family: 'Ubuntu', sans-serif, Helvetica, Arial; - font-size: 62.5%; -} - -#container { - width: 60%; - min-width: 720px; - margin: 0 auto; - background-color: white; -} - /* Header */ header { width: 95%; @@ -110,7 +110,6 @@ h1 a:hover { color: white; padding: 0 2% 0 2%; margin-bottom: 30px; - font-size: 1.2em; } .menu a { @@ -236,6 +235,10 @@ input[type="radio"] { font-size: 1.1em; } +.footer a { + font-size: 1.1em; +} + .footer a:hover { text-decoration: none; border-bottom: dashed 1px #013F6D;