Fix scss lint errors. Please DO NOT MERGE if there are lint errors

stable
Xavier Julián 2015-02-24 08:29:26 +01:00
parent c0f77374ee
commit ea9d10a65d
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
flex: 1; flex: 1;
} }
.contrib-test { .contrib-test {
flex-basis: 7.5rem;
display: flex;
align-items: flex-end; align-items: flex-end;
display: flex;
flex-basis: 7.5rem;
margin-left: .5rem; margin-left: .5rem;
text-align: center; text-align: center;
a { a {
padding: 0.6rem 2.5rem; padding: .6rem 2.5rem;
} }
} }
label { label {