From a92d6c62b8125d45c09f5718b599df2e8cc55f37 Mon Sep 17 00:00:00 2001 From: Kasper Friis Christensen Date: Sat, 15 Apr 2017 11:15:50 +0200 Subject: [PATCH] Show all footer on mobile --- src/static_src/css/bornhack.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index 3500d924..6f2970bf 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -114,6 +114,12 @@ footer { padding: 5px; } +@media (max-width: 767px) { + footer { + max-width: 100%; + } +} + .breadcrumb > li.no-before::before { content: ""; }