Template:Support Page: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 146:
}
.sp-content {▼
}▼
width: calc(100% - 50rem);
▲@media (min-width: 768px) {
.sp-content {▼
font-size: 1.125rem;▼
margin-bottom: 5rem;▼
}
}
@media (min-width: 1280px) {
.sp-content {▼
font-size: 1.25rem;▼
}▼
}▼
@media (min-width: 1050px) {▼
.sp-toc {
▲ margin-left: 1rem;
}
}
Line 174 ⟶ 163:
background: #f6f6f6;
border-color: #e5e5e5;
line-height: 1.6;▼
}
.toc .toctitle {
Line 184 ⟶ 174:
display: none;
}
margin-bottom: 0.5rem;
▲ line-height: 1.6;
}
▲.sp-content {
max-width: 50rem;
margin-bottom: 2.5rem;
▲}
▲ .sp-content {
▲ font-size: 1.125rem;
▲ margin-bottom: 5rem;
▲ }
▲}
@media (min-width: 1280px) {
▲ .sp-content {
▲ font-size: 1.25rem;
}
}
h1, h2 {
|