diff options
| author | Christian Cleberg <[email protected]> | 2026-03-11 23:35:46 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-11 23:35:46 -0500 |
| commit | a3175a7e217a0425517ad415e4fa72440ee1ed53 (patch) | |
| tree | ef40af4021190dd6a6d487b46baff43682791ae2 | |
| parent | 3f8b0e2bec1634b0a81b6a228a9c53a1174f56c9 (diff) | |
| download | cleberg.net-a3175a7e217a0425517ad415e4fa72440ee1ed53.tar.gz cleberg.net-a3175a7e217a0425517ad415e4fa72440ee1ed53.tar.bz2 cleberg.net-a3175a7e217a0425517ad415e4fa72440ee1ed53.zip | |
fix nav size on mobile
| -rw-r--r-- | theme/static/styles.css | 2 |
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 */ |
