not responsive yet

This commit is contained in:
Koen Lageveen 2017-07-29 11:41:31 +02:00
parent e41bd73357
commit 5e88ea266e
1 changed files with 0 additions and 16 deletions

View File

@ -202,19 +202,3 @@ label[for="select-theme"] {
.CodeMirror-gutters {
background: transparent;
}
@media (max-width: 560px) {
article,
form,
.CodeMirror {
height: auto;
min-height: 0;
}
article {
float: none;
text-align: left;
}
h1 + p,
footer {
display: none;
}
}