fix/small fixes to page layouts
This commit is contained in:
1 parent
6ecd1ee848
commit
480ea236ec
6 files changed
+11
-11
No files matched your search
@@ -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="/signup" method="POST">
|
||||
<div class="w-96 p-6 shadow-1g bg-white rounded-md">
|
||||
<h1 class="text-3xl block text-center font-semibold">Signup</h1>
|
||||
|
||||
Reference in new issue
Block a user