From 538b81baa30e2d173356e962b36162e4036612e7 Mon Sep 17 00:00:00 2001 From: zamawarner Date: Sat, 31 Oct 2015 00:54:27 -0600 Subject: [PATCH] Responsive images --- css/grayscale.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/grayscale.scss b/css/grayscale.scss index edbf5af4b..42dde89ba 100755 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -360,6 +360,10 @@ footer { background: rgba($light, 0.2); } +img { + max-width: 100%; +} + img::selection { background: transparent; }