From 7b46333665a703f32f549205f684c2f72433e47e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 27 Sep 2024 10:59:13 +0100 Subject: [PATCH] Reduce top padding on mobile --- lib/music_library_web/components/layouts/app.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 639436b9..2adb8e14 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -1,4 +1,4 @@ -
+
<.flash_group flash={@flash} /> <%= @inner_content %>