diff options
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 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 ; } |