diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index f2cc838..b81c2e4 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -187,6 +187,13 @@ body { z-index: 1031; } +/* Left-align collapsed navbar menu on mobile */ +@media (max-width: 991.98px) { + .navbar-collapse .navbar-nav { + align-items: flex-start !important; + } +} + /* ---------------------------------------------------------------------------- Nav Icons - Floating Label on Hover (label floats below, no layout shift) ---------------------------------------------------------------------------- */