diff --git a/print.css b/print.css index ec7432e..54701f5 100644 --- a/print.css +++ b/print.css @@ -48,7 +48,8 @@ .cover, .contributions, .contribution, - .index { + .index, + .content img { break-before: page; } diff --git a/style.css b/style.css index 05794f6..1727f9b 100644 --- a/style.css +++ b/style.css @@ -149,6 +149,12 @@ dd { object-fit: contain; } +.content img { + width: 100%; + object-fit: contain; + height: auto; +} + @namespace svg url(http://www.w3.org/2000/svg); /* Necessary to select only SVG elements, and not also HTML's. See warning below */