From faf5bd1e8cc9c549c539838d17fe5b57c8862304 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 6 Jul 2025 10:55:12 +0200 Subject: [PATCH] Solved iframe margin bug --- app/static/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/default.css b/app/static/css/default.css index c7c23aa..a8d1731 100644 --- a/app/static/css/default.css +++ b/app/static/css/default.css @@ -133,5 +133,5 @@ body::before { } iframe{ - margin-bottom: 10px; + margin-bottom: -10px; }