summaryrefslogtreecommitdiff
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 d3b2088..17ee66e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,11 +1,12 @@
body {
font-family: sans-serif ;
+ font-size: 16pt;
background: #110000 ;
color: #ccc ;
}
main {
- max-width: 800px ;
+ max-width: 1280px ;
margin: auto ;
}