fix(ui): make dropdown button full width
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s

Updated the dropdown button to occupy full width for better responsiveness and improved UX, particularly on smaller screens. This change ensures a consistent layout regardless of device size.
This commit is contained in:
Kumi 2024-08-04 16:33:40 +02:00
parent 9e8b54083a
commit 4537aebc07
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -64,7 +64,7 @@
</p>
{% for link in service.links %} {% if link.alternatives %}
<div class="button-wrapper dropdown">
<div class="btn btn-primary shadow">
<div class="btn btn-primary w-100 shadow">
<a class="main-link" href="{{ link.url }}">{{ link.name }}</a>
<div class="dropdown-toggle-area">&#9660;</div>
</div>