feat: Little bit of redesigning

Fixes articles overflowing on small screens.
This commit is contained in:
2023-07-22 20:55:57 +02:00
parent ba567e0d65
commit a69915b46d
5 changed files with 73 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
<!-- Posts wrapper -->
<div class="flex flex-col items-center">
{{ content }}
</div>
<!-- Container for posts -->
<div class="mx-auto">
{{ content }}
</div>