From 0950d3fe6bb11ae5819d3efbb7c3498f964c918c Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 26 Mar 2025 11:52:44 +0200 Subject: [PATCH] Update background color and width for the page content. --- .../components/layouts/app.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/decentralised_book_index_web/components/layouts/app.html.heex b/lib/decentralised_book_index_web/components/layouts/app.html.heex index fd42053..9c4a780 100644 --- a/lib/decentralised_book_index_web/components/layouts/app.html.heex +++ b/lib/decentralised_book_index_web/components/layouts/app.html.heex @@ -2,8 +2,8 @@ <.partial_navbar page_title={assigns[:page_title]} /> -
-
+
+
<.flash_group flash={@flash} /> {@inner_content}