From b4862671610da703564d34ad3a4e78731b48d68d Mon Sep 17 00:00:00 2001 From: xenophenes Date: Sun, 17 Dec 2017 17:09:26 -0800 Subject: [PATCH] mobile fixes --- static/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index e47da85..56172f9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1556,6 +1556,18 @@ #footer .links { margin-bottom: 0; } + + #footer { + text-align: center; + } + + #footer h2, #footer h3, #footer h4 { + display: none; + } + + #footer .col-sm-4 { + padding: 1em 0; + } } .heading { -- 2.39.5