From b4e77bae40f006d435798f95d041b67bba35b379 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 27 Feb 2024 16:48:48 -0500 Subject: [PATCH] Jungle theme - only change fonts on smaller screens --- stylesheets/jungle.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index 3b0260fd..d4260c33 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -24,13 +24,15 @@ body { left: -4px; } -.bar.bottom { - font-size: 14px; -} +@media screen and (max-width: 600px) { + .bar.bottom { + font-size: 14px; + } -#thread-update-status { - opacity: .8; - font-size: 8pt; + #thread-update-status { + opacity: .8; + font-size: 8pt; + } } div.title h1 {