From 2523e7c39308469186d7590500e833e2e9b50cda Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 19 May 2025 09:04:27 -0400 Subject: partially fix nav in smaller widths --- themes/polaris/assets/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/polaris/assets/css/style.css b/themes/polaris/assets/css/style.css index f84c768..0d95e73 100644 --- a/themes/polaris/assets/css/style.css +++ b/themes/polaris/assets/css/style.css @@ -49,6 +49,10 @@ a:hover { .nav-title, main, footer { margin: 0 16px; } + + .nav-title h2 { + display: block; + } } .nav-under { @@ -60,6 +64,9 @@ a:hover { display: inline-block; margin-top: 0; margin-bottom: 0; +} + +.nav-title { padding: 16px 0; } @@ -104,6 +111,14 @@ nav ul { .nav-under { display: none; } + + .nav-title h2 { + display: block; + } + + .nav-subtext { + margin-left: 0; + } } hr { -- cgit v1.2.3-70-g09d2