a lil bit of tweaking

This commit is contained in:
Lewis Dale 2023-02-10 16:55:18 +00:00
parent b70c43d765
commit 567d10b50f
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@ layout: base.njk
includeFA: true includeFA: true
--- ---
<main class="wrapper-lg stack-md"> <main class="wrapper-lg stack-lg">
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
{{ content | safe }} {{ content | safe }}
</main> </main>

View File

@ -11,9 +11,7 @@ h2,
h3, h3,
h4, h4,
h5 { h5 {
display: flex;
font-weight: bold; font-weight: bold;
gap: 1ch;
line-height: 1; line-height: 1;
margin: 0; margin: 0;
} }