styling, consistency and responsivity

This commit is contained in:
Per Stark
2025-01-16 16:20:19 +01:00
parent b37df4a9ed
commit 7f136c6957
10 changed files with 22 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<div class="hero flex-grow flex justify-center ">
<div class="hero-content text-center">
<div class="max-w-4xl space-y-8">
<main class="hero flex-grow flex justify-center ">
<div class="container hero-content text-center">
<div class="space-y-8">
<!-- Hero Section -->
<h1
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-gradient-to-r from-primary to-secondary text-transparent bg-clip-text">
@@ -48,4 +48,4 @@
</div>
</div>
</div>
</main>