Fix some errors of scss linter
parent
c506791988
commit
2dbcf4706f
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue