From 4aa1f24000748c6c1dfe6d2afd1e5be5cd4b5237 Mon Sep 17 00:00:00 2001 From: Inhji Date: Fri, 7 Apr 2023 10:32:24 +0200 Subject: [PATCH] fix margin on home page --- lib/chiya_web/components/layouts/public.html.heex | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/chiya_web/components/layouts/public.html.heex b/lib/chiya_web/components/layouts/public.html.heex index b3ceea3..3011f9a 100644 --- a/lib/chiya_web/components/layouts/public.html.heex +++ b/lib/chiya_web/components/layouts/public.html.heex @@ -13,9 +13,7 @@ -
-
- <.flash_group flash={@flash} /> - <%= @inner_content %> -
+
+ <.flash_group flash={@flash} /> + <%= @inner_content %>