Fix image size

master
trémeur 1 year ago
parent 015f478ea7
commit 938888f015

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

Loading…
Cancel
Save