Set max-width on img tag

This commit is contained in:
Claude Paroz 2018-05-26 16:58:27 +02:00
parent 1ec178374d
commit d1eef00e7d

View file

@ -1 +1,2 @@
div.photo { float: right; max-width: 100%; } div.photo { float: right; }
div.photo img { max-width: 100%; }