Template:Support Page: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 7: Line 7:
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}

.mw-body-content {
font-size: 16px;
font-size: 16px;
line-height: 2;
line-height: 2;
}
@media (min-width: 768px) {
.mw-body-content {
font-size: 18px;
}
}
}


Line 38: Line 30:
.mw-parser-output > p:first-child {
.mw-parser-output > p:first-child {
display: none;
display: none;
}

.mw-body-content {
font-size: inherit;
line-height: inherit;
}
}


Line 105: Line 102:
.sp-content {
.sp-content {
max-width: 800px;
max-width: 800px;
}

@media (min-width: 768px) and (max-width: 1280px) {
.sp-content {
font-size: 1.125rem;
}
}
@media (min-width: 1280px) {
.sp-content {
font-size: 1.25rem;
}
}
}


Line 129: Line 137:
}
}
.sp-content p {
.sp-content p {
margin: 0 0 2em 0;
margin: 0 0 2rem 0;
}
}
.sp-content h2 {
.sp-content h2 {
margin-top: 2em;
margin-top: 2rem;
margin-bottom: 1em;
margin-bottom: 1rem;
}
}
.sp-content ul {
.sp-content ul {
Line 142: Line 150:
}
}
.sp-content li {
.sp-content li {
margin-bottom: 1em;
margin-bottom: 1rem;
}
}


Line 150: Line 158:
background: #000;
background: #000;
color: #fff;
color: #fff;
font-size: 16px;
line-height: 2;
}
}
@media (min-width: 768px) {
@media (min-width: 768px) {

Revision as of 13:06, 8 June 2018