From f300bd03026a71d3de31b1bd3f60789f4ef3c41b Mon Sep 17 00:00:00 2001 From: Andy Bell Date: Thu, 25 May 2017 21:02:56 +0100 Subject: [PATCH] Remove duplicate image reset --- front-end/scss/project/global.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/front-end/scss/project/global.scss b/front-end/scss/project/global.scss index 1eaaaae..41d94f9 100644 --- a/front-end/scss/project/global.scss +++ b/front-end/scss/project/global.scss @@ -23,11 +23,6 @@ body { @include font-size($base-font-size, true); } -img { - display: block; - max-width: 100%; -} - a[href^="mailto"] { @include word-wrap(); }