Skip to content

Commit

Permalink
Update pdf_style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CKownatzki authored Jun 13, 2024
1 parent 0043b2d commit 03224af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/_defs/pdf_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ BODY {
background-position-y: -15px;
}

img{
width:100%;
max-width:600px;
}

:target:before {
content: "";
display: block;
Expand Down Expand Up @@ -683,4 +688,4 @@ ol > li::marker {
line-height: 20px;
font-weight: 400;
background-color:#EDF0F3;
}
}

0 comments on commit 03224af

Please sign in to comment.