From 290d2e094f12f22c579829341c8de45018e4f471 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 7 May 2019 19:22:08 +0200 Subject: [PATCH] css: don't set footer width on mobile (#32654) --- static/grandlyon-cut/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 4990e19..9f6d958 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -690,6 +690,9 @@ div#footnote { } > div { width: 95rem; + @media screen and (max-width: $mobile-limit) { + width: auto; + } margin: 0 auto; > div { width: 49.5%;