diff options
author | Wonderfall <wonderfall@targaryen.house> | 2017-05-04 18:16:00 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-04 18:16:00 +0200 |
commit | 0fc73a6e477fae3bd1b0ba04403b331111514f81 (patch) | |
tree | 69f74d2d0d2360b636022c42fa8e7060fc3f1a97 /app | |
parent | 2bd132d4581048a96b4d36b5a94e6749c68b8987 (diff) |
about page : use slightly more space (#2791)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/about.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index b1139b86f..a969c867b 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -7,7 +7,7 @@ padding-bottom: 50px; &.thicc { - max-width: 700px; + max-width: 800px; } } @@ -228,7 +228,7 @@ .sidebar { border-left: 1px solid lighten($color1, 10%); - width: 180px; + width: 200px; flex: 0 0 auto; } |