Fix some errors of scss linter

stable
David Barragán Merino 2014-09-17 19:03:49 +02:00
parent c506791988
commit 2dbcf4706f
3 changed files with 4 additions and 6 deletions

View File

@ -26,15 +26,13 @@
padding: 0 30%;
}
}
.tagline {
margin-bottom: 1rem;
text-align: center;
}
.tagline {
@extend %xlarge;
@extend %title;
color: $white;
line-height: 2rem;
margin-bottom: 1rem;
text-align: center;
text-transform: uppercase;
}
form {

View File

@ -14,8 +14,8 @@
}
img {
margin-bottom: 3rem;
width: 100%;
padding: 0 25%;
width: 100%;
}
h1 {
color: $white;

View File

@ -15,8 +15,8 @@
line-height: inherit;
margin: 0 0 .9rem;
img {
width: 100%;
padding: 17%;
width: 100%;
}
}