From a3175a7e217a0425517ad415e4fa72440ee1ed53 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 11 Mar 2026 23:35:46 -0500 Subject: fix nav size on mobile --- theme/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index 3e4577b..d6ffd0e 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -579,7 +579,7 @@ img:hover { filter: grayscale(0); } } @media (max-width: 480px) { - .masthead nav li { width: 100%; } + .masthead nav li { width: 33.333%; } } /* Tags page */ -- cgit v1.2.3