From 133f31765e544fea4a09cc52c1b1c7766bf0da17 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 21:37:52 +0100 Subject: [PATCH] Add CSS Comment --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index 512b223..cafcb4d 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -197,8 +197,8 @@ footer p { margin-top: 6px; } } +/* Handle ultra small screens somewhat gracefully */ /* Hide .hide_micro on screens smaller than 250px and show .show_micro while not showing it on full screens */ - .show_micro {display:none} @media only screen and (max-width: 249px) { .hide_micro {display: none}