diff --git a/theme.css b/theme.css index eb3006c..5fcbec7 100644 --- a/theme.css +++ b/theme.css @@ -71,13 +71,17 @@ body.is-embeded footer display: none !important; } -body.is-embeded .page-content, body.is-embeded > .full.height, body.is-embeded .ui.container { padding: 0; margin: 0 !important; } +body.is-embeded .page-content { + padding: 0; + margin: 2px; +} + body.is-embeded .ui.container { width: auto !important; }