Skip to content

Commit

Permalink
chore: adjust landing page text and remove justification (#399)
Browse files Browse the repository at this point in the history
Adjust landing page text and remove justification
  • Loading branch information
OLILHR authored Jan 26, 2025
1 parent a958f5e commit c380c38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div class="min-h-screen flex flex-col">
<section class="bg-primary flex-grow flex items-center justify-center">
<div
class="rounded-3xl w-1/3 text-justify bg-tint p-12 shadow-lg transition-all duration-300 ring-1 ring-black/5 hover:ring-black/10 relative before:absolute before:inset-0 before:rounded-3xl before:shadow-[inset_0_1px_2px_rgba(255,255,255,0.4)] before:pointer-events-none after:absolute after:inset-0 after:rounded-3xl after:shadow-[inset_0_-2px_4px_rgba(0,0,0,0.1)] after:pointer-events-none">
class="rounded-3xl w-1/3 bg-tint p-12 shadow-lg transition-all duration-300 ring-1 ring-black/5 hover:ring-black/10 relative before:absolute before:inset-0 before:rounded-3xl before:shadow-[inset_0_1px_2px_rgba(255,255,255,0.4)] before:pointer-events-none after:absolute after:inset-0 after:rounded-3xl after:shadow-[inset_0_-2px_4px_rgba(0,0,0,0.1)] after:pointer-events-none">
<h1 class="text-3xl text-black/70 pb-5">AHB Tabellen</h1>
<h2 class="text-lg border-b border-secondary text-black/70 pb-3 mb-5 uppercase">
Anwendungshandbücher für Menschen
</h2>
<div class="text-black/70 space-y-6">
<p>
AHB-Tabelle ist ein intuitives Tool, das die Navigation in AHB-Tabellen vereinfacht, indem
es die Daten pro Prüfidentifikator klar darstellt.
AHB-Tabellen ist ein intuitives Tool, das die Navigation in Anwendungshandbüchern
vereinfacht, indem es die Daten pro Prüfidentifikator klar darstellt.
</p>
<p>
Einfach die Formatversion und den Prüfidentifikator eingeben, um direkten Zugriff zu
Expand Down

0 comments on commit c380c38

Please sign in to comment.