From 3fbd89ce910c1c0d8fe8265627cf0ad1d55ff699 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 May 2023 17:00:52 +0200 Subject: [PATCH] add embeded styles --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index d9eafe4..cdc0d3e 100644 --- a/theme.css +++ b/theme.css @@ -81,6 +81,8 @@ body.is-embeded .page-content { padding: 0; margin-left: 2px; margin-right: 2px; + margin-top: 0; + margin-bottom: 0; } body.is-embeded .ui.container {