update size

This commit is contained in:
2024-03-04 18:11:03 +02:00
parent 1194a2eceb
commit 070f336124
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ and a side nav for category and featured post navigation
{% include "partials/featuredBlog.html" %}
<div class="flex flex-col md:flex-row container mx-auto">
<div class="flex flex-col md:flex-row container mx-auto my-6">
{% include "partials/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
</div>