From ad71044d713cff0a85baff2d043b425ec0b099f1 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 19 Feb 2022 10:56:16 -0800 Subject: [PATCH] Hide mascot on mobile screens <768px --- themes/tegakituesday.com/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index 17c8035..84cdd86 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -244,6 +244,10 @@ figure a { } @media (min-width: 768px) { + #mascot { + display: block !important; + } + #submissions { column-count: 2; } @@ -406,6 +410,7 @@ p, ul, ol { } #mascot { + display: none; position: absolute; right: 1em; bottom: 0;