tweak build numbers in sidebar so they dont get cut off

This commit is contained in:
Lisa Passing 2015-06-17 15:56:24 +02:00
parent 607b092918
commit 99a6ebb89f

View File

@ -36,18 +36,19 @@ $sb-font-size: 14px
display: inline-block display: inline-block
margin-bottom: .7em margin-bottom: .7em
@media #{$medium-up} @media #{$medium-up}
width: 78% width: 75%
white-space: nowrap white-space: nowrap
overflow: hidden overflow: hidden
&:after &:after
@include fadeOut(right, -90deg, $white) @include fadeOut(right, -90deg, $white)
p.tile-title p.tile-title
width: 22% width: 10%
@media #{$medium-up} @media #{$medium-up}
width: 25%
white-space: nowrap white-space: nowrap
overflow: hidden overflow: hidden
@media #{$xlarge-up} @media #{$xlarge-up}
width: 18% width: 22%
a:hover a:hover
text-decoration: underline text-decoration: underline
.icon:not(.icon--hash) .icon:not(.icon--hash)