From f1c2e449ea65f3f7ab2b7f9a718a70795b7d8c5b Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 22 Jan 2025 09:59:47 +1100 Subject: [PATCH] Oh, come on --- _includes/styles/custom.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/styles/custom.css b/_includes/styles/custom.css index fb91181..3520857 100644 --- a/_includes/styles/custom.css +++ b/_includes/styles/custom.css @@ -1,3 +1,5 @@ -.custom-mobile-hide { - display: none !important; +@media only screen and (max-width: 768px) { + .custom-mobile-hide { + display: none !important; + } }