diff --git a/edit.html b/edit.html index ebfadde4..227920b4 100644 --- a/edit.html +++ b/edit.html @@ -85,6 +85,32 @@ .applies-to img { vertical-align: bottom; } + + @media(max-width:737px) { + #header { + height: auto; + position: inherit; + width: auto; + border-right: none; + padding-left: 8px; + } + + #sections { + padding-left: 0px; + } + + #sections > div { + padding: 0px; + } + + #sections-heading { + padding-left: 8px; + } + + body > section > *:not(h2) { + padding-left: 8px; + } + }