From 14b599ce10ab791c6d12093058c4714fba04304a Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:14:06 -0600 Subject: [PATCH] core: use percent instead for introLeft --- default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.css b/default.css index 453f31f..9c9bc91 100644 --- a/default.css +++ b/default.css @@ -21,8 +21,7 @@ body { #introLeft { display: inline-block; - max-width: 71rem; - width: 100%; + width: 85%; } #introRight {