fix project title height

stable
Juanfran 2014-08-22 12:07:52 +02:00
parent 07851caa8d
commit d641d0d6a7
1 changed files with 6 additions and 3 deletions

View File

@ -44,15 +44,18 @@ h1 {
@extend %xxlarge; @extend %xxlarge;
@extend %title; @extend %title;
display: flex; display: flex;
line-height: 2.7rem; line-height: 3.4rem;
margin-bottom: 1rem; margin-bottom: 1rem;
text-transform: uppercase; text-transform: uppercase;
span { span {
@extend %xxlarge;
line-height: 3.4rem;
margin-right: .5rem; margin-right: .5rem;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; &.green,
&.green, &:last-child { &:last-child {
flex-shrink: 0; flex-shrink: 0;
} }
} }