Merge pull request #29 from Baegus/patch-3

Added responsive design for editor
This commit is contained in:
Jason Barnabe 2015-02-19 13:18:43 -06:00
commit e470222dc3

View File

@ -85,6 +85,32 @@
.applies-to img { .applies-to img {
vertical-align: bottom; 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;
}
}
</style> </style>
<script src="storage.js"></script> <script src="storage.js"></script>
<script src="messaging.js"></script> <script src="messaging.js"></script>