Changed width to maxwidth (#9830)

This commit is contained in:
Keith Holliday
2018-01-22 09:15:55 -07:00
committed by GitHub
parent 90ffe587dd
commit 0959499450

View File

@@ -357,7 +357,7 @@ div
} }
.photo img { .photo img {
width: 100%; max-width: 100%;
} }
.header { .header {