Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix: global iframe.. styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 10, 2019
1 parent 0359d9a commit e0d1a5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/MainLayout/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,13 @@ export const globalStyles = theme => css`
form, noscript, iframe, address {
padding: 0;
margin: 0 0 1.55rem;
margin: 0;
}
#main {
form, noscript, iframe, address {
margin-bottom: 0 0 1.55rem;
}
}
hr {
Expand Down

0 comments on commit e0d1a5f

Please sign in to comment.