@ -79,6 +79,16 @@ body {
min-height: 80vh;
}
.section-title {
display: block;
font-size: 2.4em;
margin-top: 0.67em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
font-weight: 650;
h1 {
font-size: 2.3em;
@ -57,9 +57,9 @@
{% endmacro tags %}
{% macro page_header(title) %}
<h2 class="title-container">
<div class="title-container section-title">
{{ title }}
</h2>
</div>
{% endmacro page_header %}