Fix broken text layout in project selector

stable
Xavier Julián 2014-11-03 15:08:15 +01:00
parent c27aefabb7
commit 40c4757d16
1 changed files with 2 additions and 1 deletions

View File

@ -120,8 +120,9 @@
width: 150px; width: 150px;
} }
p { p {
@extend %large; @extend %medium;
color: $fresh-taiga; color: $fresh-taiga;
padding-top: 20px; padding-top: 20px;
text-align: center;
} }
} }