diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-03 15:15:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-03 15:15:08 +0200 |
commit | 11ddc957805e1a6b54e2fecbe4121d2c9e5c4a9e (patch) | |
tree | e99a5dba70572b1511ced301fa9caf02448d07e0 /public/static | |
parent | b0529c9c9b88a25942b4661f370cb78669d301b3 (diff) |
add an about page
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/default.css b/public/static/default.css index 6baaf49..869ce1e 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -994,7 +994,7 @@ div.about a { } .container { - max-width: 40em; + max-width: 60em; margin-left: auto; margin-right: auto; } |