align title and icon on rate app view

This commit is contained in:
Gabriel Bazán 2016-11-15 01:02:29 -03:00
parent 31953edf29
commit b65a42396a
1 changed files with 1 additions and 2 deletions

View File

@ -7,14 +7,13 @@
.icon-svg > img { .icon-svg > img {
width: 80px; width: 80px;
height: 80px; height: 80px;
margin-right: 30px;
margin-top: 15px; margin-top: 15px;
} }
.title { .title {
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
color: $dark-gray; color: $dark-gray;
margin: 40px 10px 10px; margin: 40px 50px 10px;
text-align: center; text-align: center;
} }
.subtitle { .subtitle {