fix/fixed spacing in planDetail page

This commit is contained in:
Joaquin committed 2025-05-16 12:09:46 -07:00
1 parent 0eaa82b121
commit cc63b83288
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 p-4"> <main class="container mx-auto p-4 p-28">
<h2 class="text-xl text-white font-semibold mb-4">Welcome: <%= user.name %></h2> <h2 class="text-xl text-white font-semibold mb-4">Welcome: <%= user.name %></h2>
<div class="max-w-lg mx-auto bg-white p-6 sm:p-8 rounded-xl shadow-lg space-y-6 dark:bg-gray-800"> <div class="max-w-lg mx-auto bg-white p-6 sm:p-8 rounded-xl shadow-lg space-y-6 dark:bg-gray-800">