diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-10-09 21:48:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-09 21:48:17 -0700 |
| commit | 9944fe6a76eaa9d54ede55de4fdcb452f7814677 (patch) | |
| tree | 549ab7c890890ffc4126cc96a8a9aad6b565fd2a /src | |
| parent | 25b83d9e21379286e0508af69f5c813f18e27e06 (diff) | |
adjust post width
Diffstat (limited to 'src')
| -rw-r--r-- | src/styles/global.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index 52480d9..d070178 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: 105ch; + max-width: 85ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; @@ -68,4 +68,4 @@ blockquote { padding: 10px 20px; margin: 0; font-style: italic; - }
\ No newline at end of file + } |
