This commit is contained in:
2024-09-25 19:44:26 +02:00
parent d062e5e6f8
commit 3f84f51903
5 changed files with 21 additions and 21 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 lg:text-5xl text-left text-2xl sm:text-3xl md:text-4xl fw-500 leading-snug font-normal mb-10"
>
{% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %}