Make all images responsive

This commit is contained in:
Jeremy Dormitzer 2018-04-08 10:18:40 -04:00
parent c4e8f23667
commit 5ad6a76e2b
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -239,3 +239,9 @@ input[type="date"], input[type="time"], input[type="datetime-local"], input[type
.search-form > label {
margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
img {
min-width: 100%;
}
}