fix/planDetail padding fixed to avoid overlap

This commit is contained in:
nicoagostini committed 2025-05-16 12:25:29 -07:00
1 parent 505f0484bc
commit 5d67f4f5ed
1 file changed
+1 -1
+1 -1
View File
@@ -1,7 +1,7 @@
<%- include("./partials/fileHeader") %> <%- include("./partials/fileHeader") %>
<%- include("./partials/header") %> <%- include("./partials/header") %>
<main class="container mx-auto my-auto p-28"> <main class="container mx-auto my-auto p-30">
<h2 class="text-xl text-white mt-auto font-semibold mb-4">Welcome: <%= user.name %></h2> <h2 class="text-xl text-white mt-auto font-semibold mb-4">Welcome: <%= user.name %></h2>
<div class="max-w-lg mx-auto bg-white p-14 rounded-xl shadow-lg space-y-6 dark:bg-gray-800"> <div class="max-w-lg mx-auto bg-white p-14 rounded-xl shadow-lg space-y-6 dark:bg-gray-800">