Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 98: | Line 98: | ||
.sp-page h1 { |
.sp-page h1 { |
||
margin-bottom: 2rem; |
margin-bottom: 2rem; |
||
⚫ | |||
font-size: 28px; |
font-size: 28px; |
||
line-height: 1. |
line-height: 1.4285714286; /*40px @28px*/ |
||
⚫ | |||
} |
} |
||
@media all and (min-width: 768px) { |
@media all and (min-width: 768px) { |
||
.sp-page h1 { |
.sp-page h1 { |
||
margin-bottom: 3rem; |
margin-bottom: 3rem; |
||
font-size: |
font-size: 32px; |
||
line-height: 1. |
line-height: 1.375; /*44px @32px*/ |
||
} |
} |
||
} |
} |
||
Line 111: | Line 113: | ||
.sp-header h1 { |
.sp-header h1 { |
||
margin-bottom: 0; |
margin-bottom: 0; |
||
⚫ | |||
⚫ | |||
} |
} |
||