parent
b924ce3a62
commit
11264e2174
|
@ -12,16 +12,10 @@ h1 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin: 8px 0px;
|
margin: 8px 0px;
|
||||||
}
|
|
||||||
|
|
||||||
h1:after {
|
@media screen and (max-width: 600px) {
|
||||||
content: "";
|
margin-top: 0;
|
||||||
display: block;
|
}
|
||||||
height: 1px;
|
|
||||||
width: 40%;
|
|
||||||
margin: 24px 0px 10px;
|
|
||||||
background: $lightgray;
|
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -60,13 +54,7 @@ h6 {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h2, h3, h4, h5, h6 {
|
||||||
@media screen and (max-width: 600px) {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
h1:after, h2, h3, h4, h5, h6 {
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,10 +20,6 @@
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:after {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-title {
|
.hero-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
|
Loading…
Reference in New Issue