Change style to display photos side-by-side when there are 2 photos

This commit is contained in:
Claude Paroz 2018-10-14 18:23:58 +02:00
parent 5843203702
commit f45b5d842b
2 changed files with 3 additions and 3 deletions

View file

@ -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%; }