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? --- build/website/css/style.css | 2 +- build/website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/website/css/style.css b/build/website/css/style.css index 4be6fc3..c45c51d 100644 --- a/build/website/css/style.css +++ b/build/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/build/website/index.html b/build/website/index.html index cfa5526..07008aa 100644 --- a/build/website/index.html +++ b/build/website/index.html @@ -23,7 +23,7 @@ Preston Pan
-

Preston Pan

+

Preston Pan

Hi! I'm Preston Pan, and this is my v3 of my website. -- cgit