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:
Chris Hill-Scott
2020-02-28 15:43:01 +00:00
parent 3c140ecdbf
commit 74dbd2b439

View File

@@ -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">