Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ DEPENDENCIES
nokogiri
pry
rspec

BUNDLED WITH
1.10.4
5 changes: 2 additions & 3 deletions assets/timber.scss.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -1321,9 +1321,8 @@ svg:not(:root) {
overflow: hidden;
}

img.auto,
.grid__item img,
.grid__item iframe {
img,
iframe {
max-width: 100%;
}

Expand Down