From 29e8203f4fb9d5efaeeeffeca64c40f7129c45e5 Mon Sep 17 00:00:00 2001 From: Julien Schmidt <js@stusta.net> Date: Sun, 1 Jul 2018 22:48:33 +0200 Subject: [PATCH] home: hide quick nav on small displays --- static/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 84576c7..0253523 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -794,4 +794,13 @@ footer .lang-dropdown { width: 45px; height: 32px; } + + .two-columns .column:first-child { + float: none; + width: 100%; + } + + .two-columns .column:last-child { + display: none; + } } -- GitLab