Add horizontal padding to embed mode body
Prevents content from sitting flush against the iframe edges.
This commit is contained in:
parent
3579c89d4c
commit
a6ee451069
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ body {
|
|||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 16px;
|
||||
padding: 0 8px;
|
||||
|
||||
/* This is a hack for iOS to prevent overflow on ipads and phones */
|
||||
width: 1px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue