From 7da8c9dc673a5fb30a23ce9787ed668eebbfc47e Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:09:32 -0600 Subject: [PATCH] core: remove defunct max height --- default.css | 1 - 1 file changed, 1 deletion(-) diff --git a/default.css b/default.css index d44b29c..6eada1b 100644 --- a/default.css +++ b/default.css @@ -14,7 +14,6 @@ body { } .inside { - min-height: 800px; max-width: 80rem; margin: 0 auto; padding: 2rem 1.5rem;