Template:Support Page: Difference between revisions

Content deleted Content added
don't all caps the heading
spacing tweaks
Line 95:
.sp-page h1 {
margin-bottom: 2rem;
font-size: 28px2rem; /*32px*/
line-height: 1.4285714286; /*40px @28px*/
letter-spacing: 0.03125rem; /*0.5px*/
}
@media all and (min-width: 768px) {
.sp-page h1 {
margin-bottom: 3rem2.5rem;
font-size: 32px2.5rem; /*40px*/
line-height: 1.375; /*44px @32px*/
}
}
 
.sp-header h1 {
margin-bottom: 0;
}
 
Line 200 ⟶ 194:
.sp-languages-icon {
position: absolute;
top: 7px16px;
left: 20px
}
Line 207 ⟶ 201:
overflow-x: hidden;
margin: 0 0 0 52px;
padding: 5px12px 0 6px;
white-space: nowrap;
list-style: none;
Line 237 ⟶ 231:
-webkit-transition: all 300ms;
transition: all 300ms;
padding-bottom: 6px12px;
}
 
Line 277 ⟶ 271:
display: block;
text-align: center;
padding-top: 2rem1.5rem;
padding-bottom: 3rem;
}
Line 292 ⟶ 286:
align-items: center;
text-align: left;
padding-top: 3rem;
padding-bottom: 4rem;
}
}