fix conflicts

This commit is contained in:
2024-03-05 12:04:48 +02:00
405 changed files with 9302 additions and 1924 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>

View File

@@ -24,7 +24,7 @@ and a side nav for category and featured post navigation
{% include "partials/featuredNews.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/newsPosts.html" %}
{% include "partials/newsSidebar.html" %}
</div>