fixed some mobile layout issues

This commit is contained in:
2023-02-24 19:26:04 +10:30
parent f433710c3a
commit bc64c51586
3 changed files with 41 additions and 10 deletions

View File

@ -18,10 +18,12 @@
<body>
<main>
<header>{% include 'partials/header.njk' %}</header>
<hr/>
<article>
<h1>{{ title }}</h1>
{{ content | safe }}
</article>
<hr/>
<footer>{% include 'partials/footer.njk' %}</footer>
</main>
<aside>{% include 'partials/sidebar.njk' %}</aside>