We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e2e33 commit fabec86Copy full SHA for fabec86
1 file changed
site/src/pages/index.astro
@@ -257,7 +257,7 @@ const dotGrid =
257
</header>
258
259
<!-- ── Hero (fills the first screen: nav + hero = 100svh) ── -->
260
- <section id="top" class="relative bg-stone-950 text-stone-50 overflow-hidden flex items-center min-h-[calc(100svh-4rem)]">
+ <section id="top" class="relative bg-stone-950 text-stone-50 overflow-hidden flex items-center min-h-[calc(100svh_-_4rem)]">
261
<div class="absolute inset-0" style={dotGrid}></div>
262
<div class="absolute -top-40 -right-32 w-[36rem] h-[36rem] rounded-full bg-emerald-500/20 blur-[120px]"></div>
263
<div class="absolute -bottom-48 -left-24 w-[30rem] h-[30rem] rounded-full bg-emerald-700/10 blur-[120px]"></div>
0 commit comments