From 839a25da52e9278fd8b994ef2f252d821142c037 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 11 Nov 2014 21:40:24 +0200 Subject: [PATCH] Initial Commit --- css/minecraft.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index d5f1039..20c24bf 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -21,7 +21,7 @@ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; - font-size: 18px; + font-size: 21px; color: #fff; background-color: #595959; } @@ -46,14 +46,12 @@ h6 { p { margin: 0 0 35px; - font-size: 20px; line-height: 1.6; } @media(min-width:767px) { p { margin: 0 0 25px; - font-size: 20px; line-height: 1.5; } }