From bb119f34c0e96ed3d972ea848f1c22e27e57ecd1 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:40:51 -0600 Subject: [PATCH] nav: remove extra container --- default.css | 9 ++++----- index.html | 8 +++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/default.css b/default.css index 0831a5c..a136e9c 100644 --- a/default.css +++ b/default.css @@ -3,7 +3,7 @@ body { font-size: 14px; color: #4c4f69; line-height: 1.5; - max-width: 900px; + max-width: 800px; margin-inline: auto; background: #eff1f5; margin: 0px auto; @@ -21,11 +21,10 @@ canvas { left: 0px; right: 0px; text-align: right; -} - -#navArea { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; padding: 16px; - width: 1300px; + max-width: 900px; margin: auto; } diff --git a/index.html b/index.html index 3967aa0..ab3593a 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,9 @@