From 8d22ec186c811a2eed3aaec9b22f19767849257a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 2 Sep 2025 22:25:12 +0300 Subject: [PATCH] Fix padding of navbar and footer on large screens --- lib/music_library_web/components/layouts/app.html.heex | 2 +- lib/music_library_web/components/layouts/root.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 8aa859ef..f4bea576 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -1,6 +1,6 @@ <%!-- TODO: replace with OSS version --%>