From 84a3f38f5b8aabc763bada8af9c9b5a304109e69 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 11 Nov 2022 13:34:09 -0800 Subject: maybe fixed? --- website/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/css') diff --git a/website/css/style.css b/website/css/style.css index 15326c0..ea25600 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -29,13 +29,13 @@ } html, body { - margin: 0; - padding: 0; max-width: 100%; overflow-x: hidden; } body { + margin: 0; + padding: 0; font-size: 20px; line-height: 130%; display: inline; -- cgit