update partners style

This commit is contained in:
2024-03-24 10:24:02 +02:00
parent ec1b5cb10c
commit e656dd01d6
10 changed files with 30 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ and a side nav for category and featured post navigation
<!--sets global featured variable as the most recent post with the isFeatured tag-->
{%- set section = get_section(path="partners/_index.md") %}
{% include "partials/intro.html" %}
<div class="flex flex-row container mx-auto my-10">
<div class="flex flex-col md:flex-row container mx-auto my-8">
{% include "partials/partnersCards.html" %}
{% include "partials/partnersSidebar.html" %}
</div>