diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-01 23:26:02 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-01 23:26:02 +0300 |
| commit | cce7acb16a08be22a0e62cf73ed38a206fd60362 (patch) | |
| tree | 53e22faf374beb44e811170f070d59fa02730aa4 /static | |
| parent | a08295f70b5131897ecb941b7e40243104cbdb53 (diff) | |
Set body max-width: 1000px
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 5ab2f7e..1d412c1 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,8 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #121212; color: #e0e0e0; - margin: 0; + margin: auto; + max-width: 1000px; padding: 20px; } |
