fix: styling
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<a href="{% url 'web:index' %}" class="flex items-center mb-6 text-2xl font-semibold text-gray-900 dark:text-white">
|
||||
<img class="w-8 h-8 mr-2" src="{{ logo }}" alt="logo">
|
||||
{{ title }}
|
||||
{{ web_title }}
|
||||
</a>
|
||||
|
||||
<div
|
||||
@@ -20,7 +20,7 @@
|
||||
{% csrf_token %}
|
||||
{% for field in form %}
|
||||
|
||||
<div class="my-2 flex items-center">
|
||||
<div class="my-2">
|
||||
<label for="{{ field.id_for_label }}"
|
||||
class="inline-block text-sm font-medium text-gray-900 dark:text-white mr-2">
|
||||
{{ field.label }}
|
||||
|
||||
Reference in New Issue
Block a user