💄(frontend) max img width with container width

The img could be much bigger than the page width
in a generated pdf. We limit the max img width
to the container width.
This commit is contained in:
Anthony LC
2024-06-10 12:42:01 +02:00
committed by Anthony LC
parent e7fe153a81
commit 63b565e720

View File

@@ -13,3 +13,6 @@ body {
.body{
margin-top: 1.5rem
}
img {
max-width: 100%;
}