From 19e8cd91acd9bf1154ee8c1b047cd8d2134bb59c Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 11 Nov 2022 13:32:46 -0800 Subject: maybe fixed? --- build/website/css/style.css | 3 ++- build/website/index.html | 1 + website/css/style.css | 3 ++- website/index.html | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build/website/css/style.css b/build/website/css/style.css index 93bb952..15326c0 100644 --- a/build/website/css/style.css +++ b/build/website/css/style.css @@ -29,12 +29,13 @@ } html, body { + margin: 0; + padding: 0; max-width: 100%; overflow-x: hidden; } body { - padding: 0; font-size: 20px; line-height: 130%; display: inline; diff --git a/build/website/index.html b/build/website/index.html index ddea540..07008aa 100644 --- a/build/website/index.html +++ b/build/website/index.html @@ -24,6 +24,7 @@ Preston Pan

Preston Pan

+

Hi! I'm Preston Pan, and this is my v3 of my website. I've got it to work with a shell script that I made. diff --git a/website/css/style.css b/website/css/style.css index 93bb952..15326c0 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -29,12 +29,13 @@ } html, body { + margin: 0; + padding: 0; max-width: 100%; overflow-x: hidden; } body { - padding: 0; font-size: 20px; line-height: 130%; display: inline; diff --git a/website/index.html b/website/index.html index 073d8aa..8ba118c 100644 --- a/website/index.html +++ b/website/index.html @@ -4,6 +4,7 @@ $$END TITLE $$START CONTENT

Preston Pan

+

Hi! I'm Preston Pan, and this is my v3 of my website. I've got it to work with a shell script that I made. -- cgit