aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
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;
}