Skip to content

Commit baabdbc

Browse files
author
Your Name
committed
UI: Fix auth form inconsistency on login and signup pages
1 parent ff701fe commit baabdbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/templates/account/signup.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<div class="flex items-center justify-center w-full min-h-screen p-4 bg-gray-100 h-full">
2424
<div class="flex flex-col w-full max-w-md bg-white rounded-md shadow-lg md:flex-row md:max-w-2xl lg:max-w-4xl">
2525
<!-- Left Section -->
26-
<div class="p-4 py-6 text-white bg-red-500 md:w-96 md:flex-shrink-0 md:flex md:flex-col md:items-center md:justify-evenly">
26+
<div class="p-4 py-6 text-white bg-red-500 md:w-80 md:flex-shrink-0 md:flex md:flex-col md:items-center md:justify-evenly">
27+
2728
<div class="my-3 text-4xl font-bold tracking-wider text-center">
2829
<a href="{% url 'home' %}"
2930
class="hover:no-underline text-white hover:text-white">{% env 'PROJECT_NAME' %}</a>

0 commit comments

Comments
 (0)