Add max width for images

This commit is contained in:
Heerko 2021-07-15 16:53:14 +02:00
parent 4b6d94a4cd
commit 7878fc9c2f

View file

@ -182,6 +182,11 @@ export default {
page-break-after: always; page-break-after: always;
/* border-bottom: 3px dotted green; */ /* border-bottom: 3px dotted green; */
} }
#content img {
max-width: 100%;
}
/* .print .body:first-of-type { /* .print .body:first-of-type {
page-break-after: always; page-break-after: always;
border-bottom: 3px dotted yellow; border-bottom: 3px dotted yellow;