From b1af21ce95f3938313b669c1a1e524f940094154 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Mon, 30 Jul 2018 20:38:53 +0200 Subject: [PATCH] Improve footer layout on small screens (#66) - smaller spacing to fit three numbers in line instead of two - adjust margin/padding when description is hidden --- css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/style.css b/css/style.css index ca09bb5..22aca34 100644 --- a/css/style.css +++ b/css/style.css @@ -72,6 +72,17 @@ footer { margin: 0 1rem; display: inline-block; } +@media (max-width: 767px) { + #stats li { + margin: 0 0.5rem; + } + #stats { + padding-top: 0.4em; + } + p.stats-label { + margin-bottom: 0.4em; + } +} .stats-label { word-break: break-all;