Skip to content

Commit

Permalink
Update _default.scss
Browse files Browse the repository at this point in the history
Make sure embeds and iframes fit their containers.
cf. speakerdeck...
  • Loading branch information
lunaluna committed Nov 16, 2017
1 parent 82fdc89 commit b0514fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/scss/core/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,12 @@ img {
svg:not(:root) {
overflow: hidden;
}

/* =========================================================
Make sure embeds and iframes fit their containers.
========================================================= */
embed,
iframe,
object {
max-width: 100%;
}

0 comments on commit b0514fc

Please sign in to comment.