Merge branch 'development' of https://github.com/ourworldventures/www_freeflownation into development

This commit is contained in:
samtaggart 2023-09-05 12:28:33 +02:00
commit 25ed07f1eb
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
<div class="flex flex-col md:flex-row container mx-auto"> <div class="flex flex-col md:flex-row container mx-auto">
{% include "partials/newsPosts.html" %} {% include "partials/newsPosts.html" %}
{% include "partials/newsSidebar.html" %} {# {% include "partials/newsSidebar.html" %} #}
</div> </div>
</main> </main>

View File

@ -10,7 +10,7 @@
<body> <body>
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto"> <div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
<div class="relative lg:ml-8 my-8 w-full md:w-auto"> <div class="relative lg:ml-8 my-8 mx-4 w-full md:w-auto">
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED POST</h3> <h3 class="text-base not-italic leading-6 text-gray-600">FEATURED POST</h3>
<a href={{featured.permalink}} class=""> <a href={{featured.permalink}} class="">
<h2 <h2

View File

@ -1,7 +1,7 @@
<body> <body>
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto"> <div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
<div class="relative lg:ml-8 my-8 w-full md:w-auto"> <div class="relative lg:ml-8 my-8 mx-4 w-full md:w-auto">
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED NEWS</h3> <h3 class="text-base not-italic leading-6 text-gray-600">FEATURED NEWS</h3>
<a href={{featured.permalink}} class=""> <a href={{featured.permalink}} class="">
<h2 <h2