diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:41:45 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:41:45 -0800 |
commit | d1d3b99dd370c3d3674efd021225ba508f3dc064 (patch) | |
tree | 601f023b27b677c3302b71f7900108dc0abf5335 /build/website/css | |
parent | 20fc71ed01e4d11c23a6d6bdc0cf0ddd78bbd205 (diff) |
fixed, i think?
Diffstat (limited to 'build/website/css')
-rw-r--r-- | build/website/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |