summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-26 18:01:00 -0400
committerJune McEnroe <june@causal.agency>2020-04-26 18:01:00 -0400
commit9882cb0e238273380cb176b4ecdd06b51a7d05fc (patch)
treeaba3dc9dc01fe1dbb39e2b54a5cc41b3dbe1b57e
parentAdd mailto address for the archive (diff)
downloadbubger-9882cb0e238273380cb176b4ecdd06b51a7d05fc.tar.gz
bubger-9882cb0e238273380cb176b4ecdd06b51a7d05fc.zip
Increase space between nav items
-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 {