mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-11 17:04:32 -04:00
Add some more spacing below service name
The service name is often about 1/3 of the width of the page, and was awkwardly grouping with the numbers in the text messages column. This commit adds a bit more vertical space to pull the two further apart which makes it easier to scan down the page.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<h2 class="heading-small">By service</h2>
|
||||
{% for service in services %}
|
||||
<div class="keyline-block govuk-!-margin-top-2">
|
||||
<h3 class="govuk-!-font-weight-bold govuk-!-font-size-24 govuk-!-margin-bottom-1 govuk-!-margin-top-1">
|
||||
<h3 class="govuk-!-font-weight-bold govuk-!-font-size-24 govuk-!-margin-bottom-3 govuk-!-margin-top-1">
|
||||
<a href="{{ url_for('main.usage', service_id=service.service_id) }}" class="govuk-link govuk-link--no-visited-state browse-list-link">{{ service.service_name }}</a>
|
||||
</h3>
|
||||
<div class="govuk-grid-row">
|
||||
|
||||
Reference in New Issue
Block a user