From 76435044f493d46a0e9bcbc01c780f7ce0635687 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 28 Dec 2024 12:43:56 -0500 Subject: [PATCH] Mobile layout fixes --- themes/red/assets/css/site.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 0ad880f..94be126 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -135,8 +135,7 @@ } #koring { - visibility: hidden; - height: 0px; + display: none; } } @@ -802,6 +801,8 @@ model-viewer { img { border: 1px solid var(--border-color); + width: 100%; + margin: -1px; } }