Skip to content

Commit

Permalink
pkp/pkp-lib#836 Left align monograph images on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr authored and asmecher committed Nov 5, 2015
1 parent 5927a9e commit a46140c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/themes/default/styles/objects/monograph_summary.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

img {
display: block;
margin: 0 auto @base;
width: 100%;
margin: 0 0 @base;
width: auto;
height: auto;
max-width: 10em;
max-height: 20em;
Expand Down Expand Up @@ -70,6 +70,7 @@

img {
margin: auto;
width: 100%;
}
}
}
Expand Down

0 comments on commit a46140c

Please sign in to comment.