doc/style.css: clamp content max-width

This commit is contained in:
Johannes Kirschbauer
2026-07-12 21:33:32 +02:00
parent 42ad2b8d99
commit 69640f6d1f
+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;
}
}