This commit is contained in:
2024-08-19 14:46:38 +02:00
parent 526c6aaf7c
commit 4572d10923
8 changed files with 66 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ and a side nav for category and featured post navigation
{% include "partials/filter_bar.html" %}
<div class="text-center main-title px-0 md:w-full">
<h1
class="tracking-tight text-5xl text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal mb-10"
class="tracking-tight text-lg text-left lg:text-xl fw-500 leading-snug font-normal mb-10"
>
{% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %}