Scale images to page width

This commit is contained in:
Jeff Parsons 2015-03-23 18:27:43 -07:00 committed by jeffpar
commit c9e303600d

View file

@ -28,6 +28,9 @@ h4 a {
p { p {
line-height: 1.5em; line-height: 1.5em;
} }
img {
max-width: 100%;
}
a img { a img {
vertical-align: bottom; vertical-align: bottom;
} }