From aab348caf54548a90491c3401cc4e6297f8c0b94 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 3 Nov 2024 02:51:00 +0000 Subject: [PATCH] possibly mayb also fix extra space on the right on mobile --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 78ecd2f..acc2afc 100644 --- a/styles.css +++ b/styles.css @@ -110,8 +110,9 @@ div.app:hover { width: 100%; grid-template-areas: 'one two'; } - .app { + .apps { width: 100%; + grid-template-areas: 'one two'; } :root { width: 95%;