fix: styling

This commit is contained in:
2025-01-17 12:06:24 +01:00
parent 7fe4fefe48
commit d2aa4f4dd7
15 changed files with 90 additions and 26 deletions
-1
View File
@@ -1 +0,0 @@
Hola madafaka
@@ -0,0 +1,3 @@
{% load i18n %}{% autoescape off %}
{% blocktranslate %}Password reset on {{ site_name }}{% endblocktranslate %}
{% endautoescape %}
+1 -1
View File
@@ -8,7 +8,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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 }}
@@ -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
@@ -21,7 +21,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 }}
@@ -8,7 +8,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
+2
View File
@@ -27,6 +27,7 @@
{{ product.price.price_with_tax }} €
</p>
<!--
<div class="flex items-center gap-2 mt-2 sm:mt-0">
<div class="flex items-center gap-1">
{% include 'components/icons/star.svg' %}
@@ -48,6 +49,7 @@
345 Reviews
</a>
</div>
-->
</div>
<div class="my-4 sm:gap-4 items-center flex sm:m-8">