front end changes 1

This commit is contained in:
julian
2024-06-26 06:42:02 -03:00
parent 899739cb05
commit dcd7107e54
3 changed files with 70 additions and 47 deletions

4
lib/derivantes_web/components/layouts/app.html.heex Normal file → Executable file
View File

@ -1,5 +1,5 @@
<main class="px-4 py-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-2xl">
<main>
<div>
<.flash_group flash={@flash} />
<%= @inner_content %>
</div>