From e0cdf50977b1f3e845262c54f4921bc4be337399 Mon Sep 17 00:00:00 2001 From: SMJS <38814077+SMJSGaming@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:03:11 +0200 Subject: [PATCH] Remove an unused secondary grid row causing empty content --- flash-template/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash-template/default.css b/flash-template/default.css index a82e9252..0518deea 100644 --- a/flash-template/default.css +++ b/flash-template/default.css @@ -11,7 +11,7 @@ body { color: var(--flash-white); display: grid; grid-template-columns: minmax(1rem, 26.5rem) 1fr; - grid-template-rows: 100% 100%; + grid-template-rows: 100%; } @media only screen and (max-device-width: 250px) {