diff --git a/static/src/scss/_content.scss b/static/src/scss/_content.scss index 51ec8a8..2244b42 100644 --- a/static/src/scss/_content.scss +++ b/static/src/scss/_content.scss @@ -22,7 +22,7 @@ section.content { font-size: inherit; &:not(:last-child) { - margin-right: 0.5rem !important; + margin-right: 1rem !important; } &.page-tags { diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 0c3a17a..abb11b2 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -48,7 +48,9 @@ section.hero { } .title { - margin-bottom: 0.75rem; + margin-bottom: 1.25rem; + font-weight: 300; + font-size: 3.5rem; } .column { @@ -56,11 +58,10 @@ section.hero { } nav.breadcrumb { - margin-bottom: 0.5rem !important; + margin-bottom: 0 !important; } .content-details { - font-size: 90%; margin-bottom: 0 !important; } } diff --git a/website/common/templates/common/hero.html b/website/common/templates/common/hero.html index b2880e7..b02ad7d 100644 --- a/website/common/templates/common/hero.html +++ b/website/common/templates/common/hero.html @@ -10,7 +10,7 @@
{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %} -

{{ page.title }}

+

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %}