We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff701fe commit baabdbcCopy full SHA for baabdbc
website/templates/account/signup.html
@@ -23,7 +23,8 @@
23
<div class="flex items-center justify-center w-full min-h-screen p-4 bg-gray-100 h-full">
24
<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">
25
<!-- 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">
+ <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
+
28
<div class="my-3 text-4xl font-bold tracking-wider text-center">
29
<a href="{% url 'home' %}"
30
class="hover:no-underline text-white hover:text-white">{% env 'PROJECT_NAME' %}</a>
0 commit comments