💄 style: larger section titles
This commit is contained in:
parent
6e471450c6
commit
4fe8643a1a
@ -79,6 +79,16 @@ body {
|
|||||||
min-height: 80vh;
|
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 {
|
h1 {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 2.3em;
|
font-size: 2.3em;
|
||||||
|
@ -57,9 +57,9 @@
|
|||||||
{% endmacro tags %}
|
{% endmacro tags %}
|
||||||
|
|
||||||
{% macro page_header(title) %}
|
{% macro page_header(title) %}
|
||||||
<h2 class="title-container">
|
<div class="title-container section-title">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h2>
|
</div>
|
||||||
{% endmacro page_header %}
|
{% endmacro page_header %}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user