fix: update header and layout structure for flash messages

This commit is contained in:
Kevin BATAILLE
2025-08-26 18:34:03 +02:00
parent c226adc36c
commit 062820873f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
<%= render "components/header" %>
<main class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div class="flash">
<div class="flash mx-auto px-4 sm:px-6 lg:px-8 py-8">
<%= render "shared/flash_messages" %>
</div>