aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-11 23:35:46 -0500
committerChristian Cleberg <[email protected]>2026-03-11 23:35:46 -0500
commita3175a7e217a0425517ad415e4fa72440ee1ed53 (patch)
treeef40af4021190dd6a6d487b46baff43682791ae2 /theme
parent3f8b0e2bec1634b0a81b6a228a9c53a1174f56c9 (diff)
downloadcleberg.net-a3175a7e217a0425517ad415e4fa72440ee1ed53.tar.gz
cleberg.net-a3175a7e217a0425517ad415e4fa72440ee1ed53.tar.bz2
cleberg.net-a3175a7e217a0425517ad415e4fa72440ee1ed53.zip
fix nav size on mobile
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
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 */