Commit 7be336ea95c92a86d3290b0961fab4582e8e1d78
Exists in
master
and in
6 other branches
Merge branch 'master' into staging
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 | } | ... | ... |