From 4bd19beb8d48858390d269d5aa17a2f9be6341a1 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 11 Nov 2014 21:27:21 +0200 Subject: [PATCH] Initial Commit --- css/minecraft.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index f4eb413..010bd39 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -45,16 +45,16 @@ h6 { } p { - margin: 0 0 25px; + margin: 0 0 35px; font-size: 18px; - line-height: 1.5; + line-height: 1.6; } -@media(min-width:10px) { +@media(max-width:500px) { p { - margin: 0 0 35px; + margin: 0 0 25px; font-size: 18px; - line-height: 1.6; + line-height: 1.5; } }