diff --git a/src/css/header.css b/src/css/header.css index 3934da5..3fefcdd 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -275,6 +275,11 @@ body { transition-property: opacity, transform; } + .navbar-dropdown.lg { + width: 300px; + left: -20px; + } + .navbar-dropdown .navbar-item { padding: 0.2rem 3rem 0.2rem 1rem; white-space: nowrap; diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index 12524d7..b645684 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -148,11 +148,13 @@