From 950996dc050a467cbb89a1395fee72854f04638c Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 01:24:12 +0200 Subject: [PATCH] Cleaning up CSS --- css/minecraft.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index e04551c..e2e1343 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -98,18 +98,19 @@ a:focus { } .intro-text { - font-size: 16px; + font-size: 14px; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; margin-top: 0; - margin-bottom: 30px; + margin-bottom: 12px; } .btn-circle { - width: 40px; - height: 40px; - line-height: 40px; - border: 2px solid #fff; + display: inline-block; + width: 30px; + height: 30px; + line-height: 30px; + border: 1px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; @@ -226,11 +227,16 @@ font-size: 21px; } .btn-circle { font-size: 30px; +width: 60px; +height: 60px; +line-height: 60px; +border: 2px solid #fff; } .brand-heading { font-size: 100px; } .intro-text { font-size: 25px; +margin-bottom: 30px; } }