From 02de0b0afa5c37660d226bf7a2285d4e749c0bef Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Mon, 18 Nov 2024 02:06:55 -0500 Subject: [PATCH] optimize layout --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 9eca3a4..bf2a01e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -143,7 +143,7 @@ button { background-color: #0f0f0f; width: 100%; height: 100%; - contain: size; + contain: strict; } .horizontal-grid { flex-direction: row;