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

@@ -42,7 +42,7 @@
<!-- End Twitter universal website tag code -->
{% include "partials/header.html" %}
<div id="content" class="p-4 lg:p-0 pt-12 overflow-hidden">
<div id="content" class="px-4 lg:px-0 pt-12 overflow-hidden">
{% block content %}{% endblock %}
</div>
<div class="p-8">

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>