From 5e88ea266e28640b2f95c7e9f0f1338d489ce3dc Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sat, 29 Jul 2017 11:41:31 +0200 Subject: [PATCH] not responsive yet --- index.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/index.css b/index.css index eb780f6..987aa28 100644 --- a/index.css +++ b/index.css @@ -202,19 +202,3 @@ label[for="select-theme"] { .CodeMirror-gutters { background: transparent; } -@media (max-width: 560px) { - article, - form, - .CodeMirror { - height: auto; - min-height: 0; - } - article { - float: none; - text-align: left; - } - h1 + p, - footer { - display: none; - } -}