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%; padding: 0 30%;
} }
} }
.tagline {
margin-bottom: 1rem;
text-align: center;
}
.tagline { .tagline {
@extend %xlarge; @extend %xlarge;
@extend %title; @extend %title;
color: $white; color: $white;
line-height: 2rem; line-height: 2rem;
margin-bottom: 1rem;
text-align: center;
text-transform: uppercase; text-transform: uppercase;
} }
form { form {

View File

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

View File

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