diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 2c5d172..df78e8b 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -220,7 +220,7 @@ address { } .aio-nav__list { - margin: 1em 0 1em 0; + margin: 0 0 1.2em 0; padding: 0; list-style-type: none; @@ -230,9 +230,7 @@ address { } } -.aio-nav__list:before { - content: attr(aria-label); - display: block; +.aio-nav__list-heading { margin: 0; padding: .2em .2em .2em 0; font-family: var(--font-family-label); diff --git a/theme/templates/base.html b/theme/templates/base.html index 1bda88e..72294ad 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -18,11 +18,13 @@