fix/removed scrolling from login/signup pages

This commit is contained in:
Joaquin committed 2025-05-15 21:46:58 -07:00
1 parent cfcfd7778d
commit c839d023a7
3 files changed
+48 -45

No files matched your search

+2 -1
View File
@@ -1,7 +1,8 @@
<%- include("./partials/fileHeader") %>
<%- include("./partials/headerStart") %>
<main>
<div class="flex justify-center items-center h-screen">
<div class="flex justify-center items-center pt-50">
<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>