diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:49:32 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:49:32 -0500 |
| commit | 2fb22bc24f246c082bed0aca7cbee284fe26d71a (patch) | |
| tree | 609fb471f7b14292dab90680499699820b31e59d | |
| parent | 1e88c7f1ca7ba8d47ba83a94732b03ef30130006 (diff) | |
Set proper max width
| -rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 4d8fd13..53a4b46 100644 --- a/public/style.css +++ b/public/style.css @@ -17,7 +17,7 @@ body { background-color: #f9f9f9; color: #333; font-size: 100%; - max-width: 85%; + max-width: 920px; margin: 1rem auto; padding: 0; } |
