section features

stable
Xavier Julián 2014-08-06 10:04:54 +02:00
parent 73099cf556
commit c24cbeb7dc
2 changed files with 5 additions and 1 deletions

View File

@ -44,4 +44,9 @@
margin-bottom: .5rem;
}
}
.button-green {
color: $white;
display: block;
text-align: center;
}
}

View File

@ -21,7 +21,6 @@
.button-green {
color: $white;
display: block;
padding: 12px;
text-align: center;
}
}