From edf95f7873d8714fc5241242a2c0a713810342ad Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:48:19 -0600 Subject: [PATCH] core: go back to reserving a max --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index a07af06..c46c496 100644 --- a/default.css +++ b/default.css @@ -131,7 +131,7 @@ a:visited { } .reserve { - min-height: 800px; + max-height: 800px; } #pong {