Add padding to placeholder text in dashboard

stable
Xavier Julián 2015-10-13 15:54:55 +02:00 committed by Alejandro Alonso
parent d0910af895
commit a52790ff28
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
margin-bottom: 4rem; margin-bottom: 4rem;
p { p {
@extend %light; @extend %light;
margin: 1rem 0 0; margin: 2rem 9rem 1rem;
text-align: center;
} }
} }