From bd7b0ac62fc9f60496786b95031dd75f08018bd7 Mon Sep 17 00:00:00 2001 From: Elijah Lucian Date: Sat, 20 Mar 2021 19:32:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AD=F0=9F=A4=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webclient/src/light.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/webclient/src/light.css b/webclient/src/light.css index 4a35765..62b430e 100644 --- a/webclient/src/light.css +++ b/webclient/src/light.css @@ -124,13 +124,15 @@ body { display: grid; } -.footer-content { - transition: all 0.2s ease-in; - opacity: 0.25; -} +@media (min-width: 650px) { + .footer-content { + transition: all 0.2s ease-in; + opacity: 0.25; + } -.footer-content:hover { - opacity: 1; + .footer-content:hover { + opacity: 1; + } } /* grid bottom */