increased width of #left to account for longer repo users/names
This commit is contained in:
parent
b5a27c5d21
commit
d75a2f64a6
|
@ -39,8 +39,8 @@ html, body
|
||||||
|
|
||||||
#left
|
#left
|
||||||
@include flex(1, 1, 30%)
|
@include flex(1, 1, 30%)
|
||||||
min-width: 260px
|
min-width: 320px
|
||||||
max-width: 260px
|
max-width: 320px
|
||||||
width: -webkit-calc(100% - 1000px)
|
width: -webkit-calc(100% - 1000px)
|
||||||
padding: 0 0 110px 0
|
padding: 0 0 110px 0
|
||||||
background-color: $color-bg-left
|
background-color: $color-bg-left
|
||||||
|
|
Loading…
Reference in New Issue
Block a user