Fix image size
This commit is contained in:
parent
015f478ea7
commit
938888f015
1 changed files with 54 additions and 52 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue