From 173259e29339dadbac4da6993c5ea78b80c2efb5 Mon Sep 17 00:00:00 2001 From: xenophenes Date: Sun, 17 Dec 2017 17:03:27 -0800 Subject: [PATCH] but it needs to be desktop-only --- static/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 94e1984..bc0fc5d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1354,13 +1354,6 @@ /* Footer */ - .becomesponsor #footer { - position: fixed; - left: 0px; - bottom: 0px; - width: 100%; - } - #footer { background: #99C5B0; color: #0E1210; @@ -1510,6 +1503,13 @@ text-align: left; font-size: 0.9em; } + + .becomesponsor #footer { + position: fixed; + left: 0px; + bottom: 0px; + width: 100%; + } } @media screen and (max-width: 767px) { -- 2.39.5