From 901faf6d4ea6f37c69dfaaccb242d5f18744f780 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:52:32 -0600 Subject: [PATCH] navbar: increase width of container --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 1f61ee8..f002b86 100644 --- a/default.css +++ b/default.css @@ -25,7 +25,7 @@ canvas { #navArea { padding: 16px; - width: 600px; + width: 1300px; margin: auto; }