From b15e1baf31de2808ab96b111fdc3a03680fd0413 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 22 Nov 2020 00:14:19 +0100 Subject: Ensure nav items never get stuck together --- commun.css | 1 + 1 file changed, 1 insertion(+) diff --git a/commun.css b/commun.css index a405e5d..8fa2c24 100644 --- a/commun.css +++ b/commun.css @@ -58,6 +58,7 @@ nav ol { nav ol li { flex: 1; + padding: 0.1em; } .lang { -- cgit v1.2.3