From 2bb42138c96c8db25b74eaf78916291ee3d0ea0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Petrnou=C5=A1ek?= Date: Wed, 18 Feb 2015 16:57:33 +0100 Subject: [PATCH] Added responsive design for editor Fixes #28 It's not perfect, but it should work well. Suggestions welcome. --- edit.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/edit.html b/edit.html index ebfadde4..d641c316 100644 --- a/edit.html +++ b/edit.html @@ -85,6 +85,18 @@ .applies-to img { vertical-align: bottom; } + + @media(max-width:570px) { + #header { + height: auto; + position: inherit; + width: 100%; + } + + #sections { + padding-left: 0px; + } + }