From 1b212c87ad0b498eb044330676d01de530e48c3d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 14 Oct 2024 16:13:13 -0400 Subject: [PATCH] Hide the big koring on mobile --- themes/red/assets/css/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 8c606f1..b174dcc 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -116,6 +116,11 @@ width: 25px; height: 25px; } + + #koring { + visibility: hidden; + height: 0px; + } } body {