From 7e394aaa46b3c3bcbc5fdbed135afa4c86e56150 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 14 Sep 2024 14:35:16 +0100 Subject: [PATCH] Widen main container --- 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 e23bfc81..f2c955a4 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -25,7 +25,7 @@
-
+
<.flash_group flash={@flash} /> <%= @inner_content %>