Minor styling improvements

This commit is contained in:
Joe Rickerby
2022-08-17 09:12:02 +01:00
parent 75c93112dc
commit 225ff6347f
5 changed files with 23 additions and 3 deletions
+6
View File
@@ -1354,6 +1354,12 @@ Some options support placeholders, like `{project}`, `{package}` or `{wheel}`, t
margin-top: 28px;
overflow-x: auto;
}
@media screen and (max-width: 768px) {
.options-toc {
grid-gap: 1em 0.5em;
gap: 1em 0.5em;
}
}
.options-toc .header {
grid-column: 1 / 3;
font-weight: bold;