ol.section ol.section > li.chapter-item strong {
display: none;
}
.content main {
max-width: 1200px;
}
.nav-chapters {
background: var(--bg);
}
.content {
padding-left: 90px;
padding-right: 90px;
}
@media (max-width: 1600px) {
.content main {
max-width: 900px;
}
}
table {
width: 100%;
}
table code {
white-space: nowrap;
}
.cheatsheet table {
table-layout: fixed;
}
.cheatsheet table th:first-child,
.cheatsheet table td:first-child {
width: 55%;
}
.cheatsheet table th:last-child,
.cheatsheet table td:last-child {
width: 45%;
}