diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-12-30 15:49:33 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-12-30 15:49:33 -0500 |
| commit | ae65fb1d28d79a8bb6d2bc12f7eb29779a79419e (patch) | |
| tree | a1b0390d406f37d57d0800685997b5e4ea1d6883 /public | |
| parent | ec440f201ee8ddffbb12f9b40120fb5ffa796b40 (diff) | |
Minor styling cleanup, link fixes
Diffstat (limited to 'public')
| -rw-r--r-- | public/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 4221819..daf2d0f 100644 --- a/public/style.css +++ b/public/style.css @@ -17,7 +17,9 @@ body { background-color: #f9f9f9; color: #333; font-size: 100%; - margin: 12px; + max-width: 85%; + margin: 1rem auto; + max-width: 85%; padding: 0; } |
