Browse Source

about page : use slightly more space (#2791)

closed-social-glitch-2
Wonderfall 7 years ago
committed by Eugen Rochko
parent
commit
0fc73a6e47
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/styles/about.scss

+ 2
- 2
app/javascript/styles/about.scss View File

@ -7,7 +7,7 @@
padding-bottom: 50px; padding-bottom: 50px;
&.thicc { &.thicc {
max-width: 700px;
max-width: 800px;
} }
} }
@ -228,7 +228,7 @@
.sidebar { .sidebar {
border-left: 1px solid lighten($color1, 10%); border-left: 1px solid lighten($color1, 10%);
width: 180px;
width: 200px;
flex: 0 0 auto; flex: 0 0 auto;
} }

Loading…
Cancel
Save