Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
don't all caps the heading
spacing tweaks
Line 95: Line 95:
.sp-page h1 {
.sp-page h1 {
margin-bottom: 2rem;
margin-bottom: 2rem;
font-size: 28px;
font-size: 2rem; /*32px*/
line-height: 1.4285714286; /*40px @28px*/
letter-spacing: 0.03125rem; /*0.5px*/
letter-spacing: 0.03125rem; /*0.5px*/
}
}
@media all and (min-width: 768px) {
@media all and (min-width: 768px) {
.sp-page h1 {
.sp-page h1 {
margin-bottom: 3rem;
margin-bottom: 2.5rem;
font-size: 32px;
font-size: 2.5rem; /*40px*/
line-height: 1.375; /*44px @32px*/
}
}
}

.sp-header h1 {
margin-bottom: 0;
}
}


Line 200: Line 194:
.sp-languages-icon {
.sp-languages-icon {
position: absolute;
position: absolute;
top: 7px;
top: 16px;
left: 20px
left: 20px
}
}
Line 207: Line 201:
overflow-x: hidden;
overflow-x: hidden;
margin: 0 0 0 52px;
margin: 0 0 0 52px;
padding: 5px 0 6px;
padding: 12px 0;
white-space: nowrap;
white-space: nowrap;
list-style: none;
list-style: none;
Line 237: Line 231:
-webkit-transition: all 300ms;
-webkit-transition: all 300ms;
transition: all 300ms;
transition: all 300ms;
padding-bottom: 6px;
padding-bottom: 12px;
}
}


Line 277: Line 271:
display: block;
display: block;
text-align: center;
text-align: center;
padding-top: 2rem;
padding-top: 1.5rem;
padding-bottom: 3rem;
padding-bottom: 3rem;
}
}
Line 292: Line 286:
align-items: center;
align-items: center;
text-align: left;
text-align: left;
padding-top: 3rem;
padding-bottom: 4rem;
}
}
}
}