Change style to display photos side-by-side when there are 2 photos
This commit is contained in:
parent
5843203702
commit
f45b5d842b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
div.results { margin-top: 1em; }
|
||||
div.photo { float: right; }
|
||||
div.photo { display: inline-block; vertical-align: top; }
|
||||
div.photo img { max-width: 100%; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue