diff --git a/theme.css b/theme.css index 7b7e836..31183d4 100644 --- a/theme.css +++ b/theme.css @@ -71,10 +71,9 @@ body.is-embeded footer display: none !important; } -body.is-embeded .page-content { +body.is-embeded .page-content, +body.is-embeded > .full.height, +body.is-embeded .ui.container { + padding: 0; margin: 0; } - -body.is-embeded > .full.height, body.is-embeded .ui.container { - padding: 0; -}