From e399b6ed8eed5591a4738f9a44f68f52e6eb0d5d Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:26:52 -0600 Subject: [PATCH] core: more css cleanup and fixes --- default.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/default.css b/default.css index dd9d657..52fc891 100644 --- a/default.css +++ b/default.css @@ -28,12 +28,12 @@ body { background: #03001C; } -.introLeft { +#introLeft { display: inline-block; max-width: 40rem; } -.introRight { +#introRight { display: inline-block; max-width: 10rem; } @@ -46,20 +46,6 @@ body { display: flex; } -#navBarLeft { - text-align: left; - padding: 4px; - margin-right: auto; -} - -#top { - margin-bottom: 6px; - border-top-left-radius: 0px; - margin: 4px auto; - margin-top: 0px; - height: 55px; -} - .canvas { margin: auto; display: inline-block;