From 008487e5529e991eebdc14e0c33f117fcee839c2 Mon Sep 17 00:00:00 2001 From: luke <21106956+logburn@users.noreply.github.com> Date: Fri, 11 Dec 2020 09:23:46 -0500 Subject: [PATCH] fixed #body call --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4c0caaa..42c8d5e 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body{ font-family: sans-serif; } -#div{ +#body{ width: 60%; margin: 0 auto; }