diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:34:09 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:34:09 -0800 |
commit | 84a3f38f5b8aabc763bada8af9c9b5a304109e69 (patch) | |
tree | ffb9489d0be9ea6932c44e0888bc002a0d2a9565 /website/css | |
parent | 19e8cd91acd9bf1154ee8c1b047cd8d2134bb59c (diff) |
maybe fixed?
Diffstat (limited to 'website/css')
-rw-r--r-- | website/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |