From 380d81d3c59b4953aca8d790b7d48e13dcae322c Mon Sep 17 00:00:00 2001 From: NASYA KHAIRA ADINIA Date: Thu, 11 Jun 2026 03:51:28 +0700 Subject: [PATCH] design: remove grid pattern from landing page background as requested --- index.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.php b/index.php index c1ce1a9..0c9cda6 100644 --- a/index.php +++ b/index.php @@ -77,14 +77,7 @@ 66% { transform: translate(-40px, 30px) scale(0.92); } } - /* Cybernetic Grid */ - .bg-grid { - position: fixed; inset: 0; z-index: 0; - background-image: - linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px), - linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px); - background-size: 50px 50px; - } + /* ── LAYOUT ── */ .page { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column; } @@ -418,7 +411,6 @@
-