From 84ff7866f2431aea3349605a07436a041b10d072 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 20 Jun 2019 12:05:41 +0200 Subject: [PATCH] grandlyon-sau: do not hide sidebar links in mobile (#34187) --- static/grandlyon-sau/_custom.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/grandlyon-sau/_custom.scss b/static/grandlyon-sau/_custom.scss index 3a648014..ac4b94ad 100644 --- a/static/grandlyon-sau/_custom.scss +++ b/static/grandlyon-sau/_custom.scss @@ -91,9 +91,6 @@ div#main-content-wrapper { padding: 0 1em; margin: 0; top: 0; - div.linkcell { - display: none; - } } } }