From 9c2b0adb62c87d33eab4084475ccb80b0a05472a Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 2 Oct 2015 12:37:26 -0300 Subject: [PATCH] removing 100% img width --- src/app/layout.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.scss b/src/app/layout.scss index ed0379b..f673e98 100644 --- a/src/app/layout.scss +++ b/src/app/layout.scss @@ -249,9 +249,10 @@ vertical-align: top; } @media screen and (min-width: $screen-lg) { - img { - width: 100%; - } +//FIXME Leandro put this but we have to evaluate all impacts +// img { +// width: 100%; +// } } } } -- libgit2 0.21.2