Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
spacing tweaks
No edit summary
Line 94: Line 94:


.sp-page h1 {
.sp-page h1 {
margin-bottom: 2rem;
font-size: 2rem; /*32px*/
font-size: 2rem; /*32px*/
letter-spacing: 0.03125rem; /*0.5px*/
letter-spacing: 0.03125rem; /*0.5px*/
Line 100: Line 99:
@media all and (min-width: 768px) {
@media all and (min-width: 768px) {
.sp-page h1 {
.sp-page h1 {
margin-bottom: 2.5rem;
font-size: 3rem; /*48px*/
font-size: 2.5rem; /*40px*/
}
}
}
}