]> git.proxmox.com Git - pve-docs.git/blobdiff - asciidoc/pve-html.conf
html: avoid horizontal overflows, break-word and limit image width
[pve-docs.git] / asciidoc / pve-html.conf
index 2722041b9c4daa45423e994378a2a22fa9292625..c64d2c45d8d56a13b5fb62536eb29833c5e3fdbb 100644 (file)
@@ -606,6 +606,14 @@ div .toclevel1 {
     font-size: 1.1em;
     margin-bottom: 0.3em;
 }
+
+.monospaced, code, pre {
+    overflow-wrap: break-word;
+}
+img {
+    max-width: 100%;
+}
+
 @media only screen and (min-width: 85em) {
 div #toc {
     width: 22em