fix: center hero section vertically on pageload

This commit is contained in:
M1 2026-03-18 03:45:14 +04:00
parent 7e3c651db7
commit 705073b508
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@
</header> </header>
<!-- ─── HERO ─── --> <!-- ─── HERO ─── -->
<section class="relative min-h-screen flex items-start hero-glow pt-24"> <section class="relative min-h-screen flex items-center hero-glow pt-16">
<div class="max-w-6xl mx-auto px-6 pt-16 pb-12 w-full"> <div class="max-w-6xl mx-auto px-6 py-12 w-full">
<div class="grid lg:grid-cols-2 gap-16 items-center"> <div class="grid lg:grid-cols-2 gap-16 items-center">
<!-- Left --> <!-- Left -->
<div class="fade-up"> <div class="fade-up">