aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-01 23:26:02 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-01 23:26:02 +0300
commitcce7acb16a08be22a0e62cf73ed38a206fd60362 (patch)
tree53e22faf374beb44e811170f070d59fa02730aa4 /static/style.css
parenta08295f70b5131897ecb941b7e40243104cbdb53 (diff)
Set body max-width: 1000px
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
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;
}