cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

a3175a7e217a0425517ad415e4fa72440ee1ed53

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-12T04:35:46Z

fix nav size on mobile
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */