fix: site looked really bad on small screens

This commit is contained in:
sel 2026-06-26 16:44:20 +02:00
parent cccc55c306
commit 0c93e2cbe2
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0
2 changed files with 11 additions and 5 deletions

View file

@ -9,9 +9,11 @@
<p class="date"><time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time></p>
</section>
<section class="content">
{{ .Content }}
</section>
<div class="content-wrapper">
<section class="content">
{{ .Content }}
</section>
</div>
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}