Add horizontal padding to embed mode body

Prevents content from sitting flush against the iframe edges.
This commit is contained in:
russell@unturf.com 2026-02-02 15:22:27 -05:00
parent 3579c89d4c
commit a6ee451069

View file

@ -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;