diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index b16b0a6f..8e94502e 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 { |