fix/small fixes to page layouts

This commit is contained in:
Joaquin committed 2025-05-16 00:41:17 -07:00
1 parent 6ecd1ee848
commit 480ea236ec
6 files changed
+11 -11

No files matched your search

+2 -2
View File
@@ -1,8 +1,8 @@
<%- include("./partials/fileHeader") %>
<%- include("./partials/headerStart") %>
<main>
<div class="flex justify-center items-center pt-50">
<main class="pt-24">
<div class="flex justify-center items-center">
<form action="/login" method="POST">
<div class="w-96 p-6 shadow-1g bg-white rounded-md">
<h1 class="text-3xl block text-center font-semibold">Login</h1>