From 5ad6a76e2b73072963ae3846f5bf87e2b5b849f0 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 8 Apr 2018 10:18:40 -0400 Subject: [PATCH] Make all images responsive --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 8d92256..087e377 100644 --- a/style.css +++ b/style.css @@ -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%; + } +}