Skip to content

Commit

Permalink
add marging for embedded media iframes (fermyon#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnduism committed May 29, 2022
1 parent 2ab80f3 commit 22f8dd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/fermyon.css

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

4 changes: 4 additions & 0 deletions scss/fermyon-type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ body {
}
}

iframe {
margin: 2rem 0;
}

pre,
code {
margin-bottom: 2rem !important;
Expand Down

0 comments on commit 22f8dd2

Please sign in to comment.