fix: Fix overflow in long blog posts

This commit is contained in:
2023-07-24 14:39:52 +02:00
parent 10408989ea
commit 6b18af00a2
2 changed files with 6 additions and 6 deletions

View File

@@ -9,10 +9,10 @@
{% seo %}
</head>
<body class="min-h-screen h-full flex flex-col">
{% include header.html %}
<body>
<div class="flex flex-col">
{% include header.html %}
<div class="flex-grow">
{{ content }}
</div>