From 3939c1ba4c6198e13f4bc8c04022a8f7fe8bdcf0 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 1 Jan 2025 09:45:18 -0500 Subject: [PATCH] Fix the page pic moving the paragraph down on mobile --- themes/red/assets/css/site.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index a627e6f..4adf598 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -121,9 +121,7 @@ } .page-pic { - visibility: hidden; - height: 0 !important; - width: 0 !important; + display: none; } .site-menu > img {