vertical tightness only when needed

This commit is contained in:
Koen Lageveen 2017-07-30 12:14:39 +02:00
parent bdf940801d
commit 13895b4ba9
1 changed files with 2 additions and 2 deletions

View File

@ -242,11 +242,11 @@ label[for="select-theme"] {
min-height: 50vh;
float: none;
}
}
@media screen and (max-width: 56em) and (max-height: 36em) {
section.select-list .entry {
padding: 0 1em;
}
}
@media screen and (max-width: 56em) and (max-height: 36em) {
footer p:first-of-type,
footer p:first-of-type + p {
display: none;