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