diff --git a/Gemfile.lock b/Gemfile.lock index f97533c2b..daa8fdf4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,3 +35,6 @@ DEPENDENCIES nokogiri pry rspec + +BUNDLED WITH + 1.10.4 diff --git a/assets/timber.scss.liquid b/assets/timber.scss.liquid index 259255da1..845abc74b 100755 --- a/assets/timber.scss.liquid +++ b/assets/timber.scss.liquid @@ -1321,9 +1321,8 @@ svg:not(:root) { overflow: hidden; } -img.auto, -.grid__item img, -.grid__item iframe { +img, +iframe { max-width: 100%; }