logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 0fc73a6e477fae3bd1b0ba04403b331111514f81
parent: 2bd132d4581048a96b4d36b5a94e6749c68b8987
Author: Wonderfall <wonderfall@targaryen.house>
Date:   Thu,  4 May 2017 18:16:00 +0200

about page : use slightly more space (#2791)


Diffstat:

Mapp/javascript/styles/about.scss4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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