Skip to content

Commit

Permalink
Fix iframe ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2019
1 parent 5e1de58 commit e7d1e7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ li {
img,
audio,
canvas,
iframe,
progress,
video {
max-width: 100%;
Expand All @@ -61,6 +62,10 @@ img[src$=".svg"] {
vertical-align: middle;
}

iframe {
width: auto;
}

/* GENERAL STYLE */
body {
display: flex;
Expand Down

0 comments on commit e7d1e7d

Please sign in to comment.