diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-09-12 17:56:14 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-09-12 17:56:14 -0700 |
| commit | b7656fc38e08262eb186f2471b53afe2e4f38d59 (patch) | |
| tree | 60317a7cce5f2aa0517d22f4ba2ffce4a66a3a2a /src/styles | |
| parent | 4b746511465e5cdddda6e4530601d48926a2ceab (diff) | |
update width of website
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index 8e8cf7d..0536413 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -7,7 +7,7 @@ body { font-family: Verdana, sans-serif; margin: auto; padding: 20px; - max-width: 95ch; + max-width: 115ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; |
