Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
fix font-sizing of sp-muted
fix 1st header spacing when another element above it
Line 122: Line 122:
}
}


.sp-page h2:not(:first-of-type) {
.sp-page h2:not(:first-child) {
margin-top: 4rem;
margin-top: 4rem;
}
}


@media all and (min-width: 1024px) {
@media all and (min-width: 1024px) {
.sp-page h2:not(:first-of-type) {
.sp-page h2:not(:first-child) {
margin-top: 6rem;
margin-top: 6rem;
}
}