From 1fe6a4c428e1b3f45de0e61ed9c9f1274a0d3746 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 1 Oct 2021 18:29:49 -0500 Subject: [PATCH] Center the website --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 8f03d35..5b2cbbb 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -12,7 +12,7 @@ } body { - margin: 0; + margin: auto; max-width: 720px; }