From b2b6c855b5d15ef2281546c9f75c10fddfb577b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Petrnou=C5=A1ek?= Date: Thu, 19 Feb 2015 18:29:57 +0100 Subject: [PATCH] Updated responsive design Fixed everything that wasn't lined up properly and shrinked some paddings to make more space for the editor. It also cuts off earlier now. Not sure what to do with the section borders, they seem alright to me. --- edit.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/edit.html b/edit.html index d641c316..dac0c3a3 100644 --- a/edit.html +++ b/edit.html @@ -86,16 +86,25 @@ vertical-align: bottom; } - @media(max-width:570px) { + @media(max-width:737px) { #header { height: auto; position: inherit; - width: 100%; + width: auto; + border-right: none; } - + #sections { padding-left: 0px; } + + #sections-heading { + padding-left: 8px; + } + + body > section > *:not(h2) { + padding-left: 8px; + } }