fix/planDetail.ejs padding adjusted to fix overlap

This commit is contained in:
nicoagostini committed 2025-05-16 12:14:42 -07:00
1 parent 03b0dd8fa6
commit 505f0484bc
1 file changed
+3 -3
+3 -3
View File
@@ -1,9 +1,9 @@
<%- include("./partials/fileHeader") %> <%- include("./partials/fileHeader") %>
<%- include("./partials/header") %> <%- include("./partials/header") %>
<main class="container mx-auto p-4"> <main class="container mx-auto my-auto p-28">
<h2 class="text-xl text-white 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-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-14 rounded-xl shadow-lg space-y-6 dark:bg-gray-800">
<div class="text-center"> <div class="text-center">
<h3 class="text-2xl font-bold text-gray-800 dark:text-white"><%= plan.name %></h3> <h3 class="text-2xl font-bold text-gray-800 dark:text-white"><%= plan.name %></h3>