fix: correct for small screen

This commit is contained in:
2022-10-24 10:20:08 +02:00
parent 5ae9f63745
commit 6fcf990dd7
2 changed files with 12 additions and 29 deletions

View File

@@ -26,10 +26,8 @@
{{ content | safe }}
</div>
<div class="right-side">
<nav class="nav-right">
{% include "tagslist.njk" %}
{% include "other_links.njk" %}
</nav>
{% include "tagslist.njk" %}
{% include "other_links.njk" %}
</div>
</main>