Skip to content

Commit

Permalink
chore: top margin changes for login and register forms
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Feb 16, 2024
1 parent 8064baa commit 78dace6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/tailwindUI/login.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endblock head %}
{%block body%}
<!-- Start of the body block -->
<div class="w-fit mx-auto mt-36 text-center text-xl">
<div class="w-fit mx-auto mt-36 md:mt-52 text-center text-xl">
{% if recaptcha %}
<!-- Check if recaptcha is enabled -->
<script src="https://www.google.com/recaptcha/api.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/tailwindUI/signup.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endblock head %}

{% block body %}
<div class="w-fit mx-auto mt-36 text-center text-xl">
<div class="w-fit mx-auto mt-24 md:mt-44 text-center text-xl">
{% if recaptcha %}
<!-- Include reCAPTCHA scripts if recaptcha is enabled -->
<script src="https://www.google.com/recaptcha/api.js"></script>
Expand Down

0 comments on commit 78dace6

Please sign in to comment.