From 13895b4ba95858870ab7fdab5882a49a2e114a5f Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sun, 30 Jul 2017 12:14:39 +0200 Subject: [PATCH] vertical tightness only when needed --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 229eef1..9cbbc07 100644 --- a/index.css +++ b/index.css @@ -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;