added margin-bottom: 5.5rem to register.html

This commit is contained in:
ayxan 2022-09-01 17:38:08 +04:00
parent 321fedc277
commit fe381e0742

View File

@ -7,7 +7,7 @@
{% block content %}
{% include 'components/message.html' %}
<form method="POST">
<form method="POST" style="margin-bottom: 5.5rem;">
{% csrf_token %}
{{form|crispy}}
<a href="https://imdb-api.com/Identity/Account/Register">Get API Key</a><br>