Fix image size

This commit is contained in:
trémeur 2023-08-19 13:38:57 +01:00
parent 015f478ea7
commit 938888f015

View file

@ -145,7 +145,9 @@ div.figure img {
}
div.figure.oneup img {
width: 90%;
width: auto;
height: auto;
max-width: 90%;
}
div.figure.twoup img {