doc/style.css: clamp content max-width (#541153)

This commit is contained in:
Johannes Kirschbauer
2026-07-13 13:05:49 +00:00
committed by GitHub
+2 -2
View File
@@ -23,14 +23,14 @@ body {
@media screen and (min-width: 992px) {
.book,
.appendix {
max-width: 60rem;
max-width: 55rem;
}
}
@media screen and (min-width: 1200px) {
.book,
.appendix {
max-width: 73rem;
max-width: 55rem;
}
}