From bd9ec37bdf064046a935e384c421df51772f84d7 Mon Sep 17 00:00:00 2001 From: Pimak <37274338+Pimak@users.noreply.github.com> Date: Thu, 1 Sep 2022 00:07:18 +0200 Subject: [PATCH] Update main.css Vertical scroll in code is avoided --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 984e8a2b..954791a3 100644 --- a/css/main.css +++ b/css/main.css @@ -18,7 +18,7 @@ html { body { margin: 0 auto; padding: 0 10%; - max-width: 710px; + max-width: 1000px; color: #000; background-color: #fff; }