summary refs log tree commit diff
path: root/default.html
diff options
context:
sJune McEnroe
2024-09-08Allow removing bodies and lensesJune McEnroe
2024-09-08Limit body width so it looks less silly on desktopJune McEnroe>
authorJune McEnroe <june@causammit/www/photo.causal.agency/trips.html?id=74df90da35ed7886c4067fae700c9db1d3b2ef0a&follow=1'>Handle no film being loadedtd>2020-04-26 18:01:00 -0400
commit9882cb0e238273380cb176b4ecdd06b51a7d05fc (patch)
treeaba3dc9dc01fe1dbb39e2b54a5cc41b3dbe1b57e /default.html
parentAdd mailto address for the archive (diff)
downloadbubger-9882cb0e238273380cb176b4ecdd06b51a7d05fc.tar.gz
bubger-9882cb0e238273380cb176b4ecdd06b51a7d05fc.zip
Increase space between nav items
Diffstat (limited to '')
-rw-r--r--default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html b/default.html
index f424e1f..fefc9c7 100644
--- a/default.html
+++ b/default.html
@@ -16,7 +16,7 @@ nav ul {
 	flex-wrap: wrap;
 }
 nav ul li {
-	margin-right: 1ch;
+	margin-right: 1.5ch;
 }
 
 main.index ol {