zmiany ux

This commit is contained in:
Mateusz Gruszczyński
2025-10-09 20:32:49 +02:00
parent ee2f498744
commit 90b9c8d462
7 changed files with 14 additions and 33 deletions

View File

@@ -85,8 +85,8 @@ zbiórki{% endif %}{% endblock %}
<div class="mt-auto pt-2">
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}" class="stretched-link"></a>
<div class="d-grid">
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}" class="btn btn-outline-light btn-sm w-100">
Szczegóły
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}" class="btn btn-outline-light btn-sm w-100 custom-hover">
Otwórz opis
</a>
</div>
</div>