diff --git a/doc/docbook.css b/doc/docbook.css index 1c1f74a6d..a2ac431ef 100644 --- a/doc/docbook.css +++ b/doc/docbook.css @@ -96,3 +96,10 @@ div.table table th { background: rgba(255, 255, 255, .08); } } + +@media only screen and (max-width: 900px) { + .book { + margin: 1rem; + font-size: 90% + } +}