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

@@ -1,7 +1,7 @@
{% block content %}
<div class="text-center px-0 md:w-2/3 lg:w-2/3 mx-8 md:mx-12">
<h1
{# <h1
class="tracking-tight text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10"
>
{% set path_array = current_path | split(pat="/") %}
@@ -10,9 +10,9 @@
{% if taxonomy == "partners-category" %} -
{{category | replace(from='-', to=' ' ) | title}}
{% endif %}
</h1>
</h1> #}
<div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-2 xl:grid-cols-3 lg:max-w-none">
<div class="grid gap-5 max-w-lg mx-auto lg:grid-cols-2 xl:grid-cols-3 lg:max-w-none">
{%- for post in paginator.pages %}
{% if "Engineering" == "Engineering"%}
{% include "partials/partnerCard.html" %}