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 %title;
display: flex;
line-height: 2.7rem;
line-height: 3.4rem;
margin-bottom: 1rem;
text-transform: uppercase;
span {
@extend %xxlarge;
line-height: 3.4rem;
margin-right: .5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
&.green, &:last-child {
&.green,
&:last-child {
flex-shrink: 0;
}
}