diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-09-13 00:44:40 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-09-13 00:44:40 -0700 |
| commit | 3b1f06a6dc837052189a363746e94f0f90c743f1 (patch) | |
| tree | 38c58e009553c9d2d7ddc1e6891f0d44543bdcce | |
| parent | cdfc556640fa74304c9ab01346c313debe6cc1d2 (diff) | |
spacing of website shrink to 105ch
- Makes it easier to read honestly
| -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 805d759..52480d9 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: 110ch; + max-width: 105ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; |
