From 6273bf9750097a2f08c6264230fdb14206a477c8 Mon Sep 17 00:00:00 2001 From: xdwarf Date: Mon, 8 Jun 2026 23:31:26 +0200 Subject: [PATCH] added sparkles test -3 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 65432e9..eb48739 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ } /* === DECORATIVE TOP LINE === */ - .top-ornament { + /*.top-ornament { display: flex; align-items: center; gap: 1rem; @@ -111,7 +111,7 @@ height: 6px; background: var(--gold); transform: rotate(45deg); - } + }*/ /* === HERO === */ .hero {