From d3de1900a5efdbab43cb9de8e4bcdf9ebc0220f1 Mon Sep 17 00:00:00 2001 From: www-data Date: Thu, 11 Feb 2016 13:33:28 -0500 Subject: [PATCH] Missed footer --- custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom.css b/custom.css index a11211a..ac7c118 100644 --- a/custom.css +++ b/custom.css @@ -11,9 +11,9 @@ } @media all and (max-width: 600px) { - #wiki-sidebar, #wiki-body, + #wiki-sidebar, #wiki-body, #wiki-footer, .has-sidebar #wiki-body, .has-sidebar #wiki-sidebar, - #wiki-footer { clear:both; width: 100% } + .has-sidebar #wiki-footer { clear:both; width: 100% } }