Skip to content

Commit 61bfcca

Browse files
committed
fixed height issue, adding more spacing between buttons
1 parent 8999ee3 commit 61bfcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/templates/users/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<button type="submit" class="mt-4 btn users-user-action-btn text-white w-25 mx-auto rounded-0 loading-button">
1515
<span class="loading-button-span">Log in</span>
1616
</button>
17-
<span class="text-white">Need an account? <a href="{% url "register" %}">Sign up</a></span>
17+
<span class="text-white pt-4">Need an account? <a href="{% url "register" %}">Sign up</a></span>
1818
</form>
1919
</div>
2020
{% endblock %}

0 commit comments

Comments
 (0)