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
1 changed files with 2 additions and 1 deletions

View File

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