Skip to content

Commit

Permalink
CSS: img maxWidth à 100% par défaut
Browse files Browse the repository at this point in the history
  • Loading branch information
eyssette committed Oct 31, 2024
1 parent bbfc278 commit 89bc49b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/templateA4.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ p {
margin-top: 0.5em;
}

img {
max-width: 100%;
}

div.danger,
div.warning {
color: #b94a48;
Expand Down
2 changes: 1 addition & 1 deletion css/templateA4.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89bc49b

Please sign in to comment.