Added responsive design for editor

Fixes #28
It's not perfect, but it should work well. Suggestions welcome.
This commit is contained in:
Jaroslav Petrnoušek 2015-02-18 16:57:33 +01:00
parent adb54a4a88
commit 2bb42138c9

View File

@ -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;
}
}
</style>
<script src="storage.js"></script>
<script src="messaging.js"></script>