Commit 9c2b0adb62c87d33eab4084475ccb80b0a05472a

Authored by Leandro Santos
1 parent 47c4ef6c

removing 100% img width

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
src/app/layout.scss
... ... @@ -249,9 +249,10 @@
249 249 vertical-align: top;
250 250 }
251 251 @media screen and (min-width: $screen-lg) {
252   - img {
253   - width: 100%;
254   - }
  252 +//FIXME Leandro put this but we have to evaluate all impacts
  253 +// img {
  254 +// width: 100%;
  255 +// }
255 256 }
256 257 }
257 258 }
... ...