diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index f638658..24775cf 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -8,10 +8,11 @@ section.hero { position: sticky; top: 0; z-index: 10; - margin-top: 2.5rem; + margin-top: 3rem; padding-top: 0.5rem; margin-bottom: 1.5rem; background-color: $white; + display: block; .hero-body { padding: 0; @@ -46,4 +47,8 @@ section.hero { .subtitle { margin-bottom: 0.5rem; } + + .column { + padding: unset; + } } diff --git a/website/common/templates/common/hero.html b/website/common/templates/common/hero.html index a4c72b6..7791b16 100644 --- a/website/common/templates/common/hero.html +++ b/website/common/templates/common/hero.html @@ -4,34 +4,36 @@ {% endif %} - - - - - {{ page.title }} - {% if page.subtitle %} - {{ page.subtitle }} - {% endif %} - - - - - - Table of Contents - - - - - - - - - Dashboard - + + + + + + {{ page.title }} + {% if page.subtitle %} + {{ page.subtitle }} + {% endif %} + + + + + + Table of Contents + + + + + + + + + Dashboard + + + Top - Top