diff --git a/assets/css/base.css b/assets/css/base.css index 4cfd25a..e03c2e4 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -37,6 +37,10 @@ color: #fff; } +.button-wrapper:not(:last-child) { + margin-bottom: 1rem; +} + .btn-outline-primary { --bs-btn-color: #f570b9; --bs-btn-border-color: #f570b9; diff --git a/templates/index.html b/templates/index.html index c3b6df7..a9fa881 100644 --- a/templates/index.html +++ b/templates/index.html @@ -63,7 +63,7 @@ {{ service.long_description }}

{% for link in service.links %} {% if link.alternatives %} -