Responsive images

This commit is contained in:
zamawarner 2015-10-31 00:54:27 -06:00
parent c218f56fa8
commit 538b81baa3

View file

@ -360,6 +360,10 @@ footer {
background: rgba($light, 0.2);
}
img {
max-width: 100%;
}
img::selection {
background: transparent;
}