From 4183ea1b38dae29b09a39dadf11352af8076fc9a Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 12 Feb 2023 15:42:32 -0500 Subject: [PATCH] Initial is better than inherit here. --- static/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/global.css b/static/global.css index 5f96ffe..e07a2b2 100644 --- a/static/global.css +++ b/static/global.css @@ -1524,12 +1524,11 @@ grid { } .mobile-hide { - display: inherit; } @media only screen and (max-width: 800px) { .mobile { - display: inherit; + display: initial; } .mobile-hide {