From 22f09049b0be49096cbcd6574af5e1f31333b9ef Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 29 Dec 2023 19:48:25 -0400 Subject: css: always put nav link accent on own line in thin layout --- src/static/site6.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/static') diff --git a/src/static/site6.css b/src/static/site6.css index b16b0a6..8e94502 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -2166,7 +2166,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content */ @media (min-width: 600px) and (max-width: 899.98px) { - /* Medim layout is mainly defined (to the user) by hiding the sidebar, so + /* Medium layout is mainly defined (to the user) by hiding the sidebar, so * don't apply the similar layout change of widening the long-content area * if this page doesn't have a sidebar to hide in the first place. */ @@ -2270,6 +2270,10 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content max-width: unset; } + .nav-main-links .nav-link-accent { + display: block; + } + /* Show sticky heading above cover art */ .content-sticky-heading-container { -- cgit 1.3.0-6-gf8a5