adjust grow width/rate for vault columns

This commit is contained in:
Kyle Spearrin 2018-02-20 16:39:50 -05:00
parent 33d6c7fcb3
commit eff780b01e
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
> #groupings {
background-color: $background-color-alt;
width: 15%;
width: 22%;
min-width: 175px;
max-width: 250px;
border-right: 1px solid $border-color-dark;
@ -112,7 +112,7 @@
> #items {
background-color: $background-color;
width: 25%;
width: 28%;
min-width: 200px;
max-width: 350px;
border-right: 1px solid $border-color-dark;