Base font size 15.5 -> 18 (maybe 17?)

This commit is contained in:
Simon Martens
2025-09-21 23:54:03 +02:00
parent 163cf5fb34
commit cfa5221de0
9 changed files with 24 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
<div class="max-w-full mx-auto px-8 py-8">
<div class="max-w-7xl mx-auto px-8 py-8">
<div class="mb-10 2xl:mb-0">
<!-- Main header - hidden on 2xl+ screens when scrollspy is visible -->
<div class="bg-white px-6 py-4 rounded mb-6 2xl:hidden">
<h1 class="text-4xl font-bold text-gray-900 mb-2">Autor:innen</h1>
<p class="text-gray-700 text-lg">Personen, die Beiträge in der Zeitung verfasst haben</p>
<p class="text-gray-700">Personen, die Beiträge in der Zeitung verfasst haben</p>
<!-- Integrated checkbox into header -->
<div class="flex items-center gap-4 mt-4">
@@ -15,7 +15,7 @@
hx-get="/akteure/a"
hx-target="body"
hx-push-url="true">
<span class="ml-2 text-lg text-gray-700">Nur Autor:innen anzeigen</span>
<span class="ml-2 text-gray-700">Nur Autor:innen anzeigen</span>
</label>
</div>
</div>