From d1d3b99dd370c3d3674efd021225ba508f3dc064 Mon Sep 17 00:00:00 2001
From: Preston Pan
Date: Fri, 11 Nov 2022 13:41:45 -0800
Subject: fixed, i think?
---
website/css/style.css | 2 +-
website/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'website')
diff --git a/website/css/style.css b/website/css/style.css
index 4be6fc3..c45c51d 100644
--- a/website/css/style.css
+++ b/website/css/style.css
@@ -71,7 +71,7 @@ h1 {
margin-top: 1.0em;
color: #acb0d0;
text-align: center;
- width: 100%;
+ max-width: 100%;
}
h2 {
diff --git a/website/index.html b/website/index.html
index 746b1bf..8ba118c 100644
--- a/website/index.html
+++ b/website/index.html
@@ -3,7 +3,7 @@ Preston Pan
$$END TITLE
$$START CONTENT
-Preston Pan
+Preston Pan
Hi! I'm Preston Pan, and this is my v3 of my website.
--
cgit