add max width to images
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval

This commit is contained in:
Mylloon 2024-03-31 20:13:13 +02:00
parent 0b963e7a01
commit f38d3e4cc1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -45,3 +45,7 @@ aside li.directory {
visibility: hidden;
}
}
main img {
max-width: 100%;
}