summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-11 13:32:46 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-11 13:32:46 -0800
commit19e8cd91acd9bf1154ee8c1b047cd8d2134bb59c (patch)
tree91414d6d67de645f6c61c2f3e4a1029daea1fc69 /build
parent604369d319b38e0f48e711853d4c9423e2f8761c (diff)
maybe fixed?
Diffstat (limited to 'build')
-rw-r--r--build/website/css/style.css3
-rw-r--r--build/website/index.html1
2 files changed, 3 insertions, 1 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
<div class="content">
<h1>Preston Pan</h1>
+
<p>
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.