From 37ae95255fd082c9b8cbed73cb18fdf6df0d53e7 Mon Sep 17 00:00:00 2001 From: jae Date: Wed, 1 Apr 2026 05:02:25 +0000 Subject: [PATCH] fix: nesting bug in left column, widen right column to 380px --- css/style.css | 4 ++-- index.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index e6388e4..9080767 100644 --- a/css/style.css +++ b/css/style.css @@ -324,7 +324,7 @@ a:hover { color: #fff; text-shadow: 0 0 10px var(--accent-glow); } width: 100%; max-width: 1400px; display: grid; - grid-template-columns: 320px 1fr 320px; + grid-template-columns: 320px 1fr 380px; grid-template-rows: auto; gap: 1.5rem; align-items: start; @@ -1531,7 +1531,7 @@ a:hover { color: #fff; text-shadow: 0 0 10px var(--accent-glow); } /* === RESPONSIVE === */ @media (max-width: 1024px) { - .hero-hud-grid { grid-template-columns: 280px 1fr 280px; gap: 1rem; max-width: 1000px; } + .hero-hud-grid { grid-template-columns: 280px 1fr 340px; gap: 1rem; max-width: 1000px; } .blog-grid, .dev-grid { grid-template-columns: repeat(2, 1fr); } .panels-grid { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } diff --git a/index.html b/index.html index eb5ebef..c6b8b77 100644 --- a/index.html +++ b/index.html @@ -128,7 +128,6 @@ -