From 65143dd2b5bbfde1c6aa1b4324e9940922d446f1 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 11 Nov 2014 21:28:14 +0200 Subject: [PATCH] Initial Commit --- css/minecraft.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/minecraft.css b/css/minecraft.css index 010bd39..47e25de 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -50,14 +50,6 @@ p { line-height: 1.6; } -@media(max-width:500px) { - p { - margin: 0 0 25px; - font-size: 18px; - line-height: 1.5; - } -} - a { color: #28c3ab; -webkit-transition: all .2s ease-in-out;