From d0fffed941b3df3cf7f020a1493bf6148e840f89 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 16 Oct 2024 00:08:31 -0300 Subject: css: avoid word wrap within nav links This will have zero unforeseen consequences. --- src/static/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/static/css/site.css b/src/static/css/site.css index 77d2a56a..11616555 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -804,6 +804,10 @@ a:not([href]):hover { color: white; } +.nav-link { + display: inline-block; +} + .nav-link a.series { font-style: oblique; } -- cgit 1.3.0-6-gf8a5