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 @@