Fix some errors of scss linter
parent
c506791988
commit
2dbcf4706f
|
@ -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 {
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
}
|
||||
img {
|
||||
margin-bottom: 3rem;
|
||||
width: 100%;
|
||||
padding: 0 25%;
|
||||
width: 100%;
|
||||
}
|
||||
h1 {
|
||||
color: $white;
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
line-height: inherit;
|
||||
margin: 0 0 .9rem;
|
||||
img {
|
||||
width: 100%;
|
||||
padding: 17%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue