From ef990d86dcef42f1c1b356261e5e5298ff36d6ca Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 22 Dec 2020 21:21:17 +0100 Subject: [PATCH] hide post metadata on mobile --- static/css/itix.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/itix.css b/static/css/itix.css index ee6e825..437db29 100644 --- a/static/css/itix.css +++ b/static/css/itix.css @@ -779,6 +779,15 @@ mjx-container { } } +@media screen and (max-width: 512px) { + /* + * On mobile, hide some post metadata + */ + .post-metadata .opensource, .post-metadata .topic, .post-metadata .reading-time { + display: none; + } +} + /* * Tweaks for printing */