diff options
author | June McEnroe <june@causal.agency> | 2020-04-26 18:01:00 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-26 18:01:00 -0400 |
commit | 9882cb0e238273380cb176b4ecdd06b51a7d05fc (patch) | |
tree | aba3dc9dc01fe1dbb39e2b54a5cc41b3dbe1b57e | |
parent | Add mailto address for the archive (diff) | |
download | bubger-9882cb0e238273380cb176b4ecdd06b51a7d05fc.tar.gz bubger-9882cb0e238273380cb176b4ecdd06b51a7d05fc.zip |
Increase space between nav items
-rw-r--r-- | default.html | 2 |
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 { |