Tweak spacing on API keys page

Splits the clients section out a bit more clearly.
This commit is contained in:
Chris Hill-Scott
2016-09-07 15:24:15 +01:00
parent bdf5bd51b6
commit ac6b7dd0a0
+3 -3
View File
@@ -8,7 +8,7 @@
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row bottom-gutter-1-2">
<div class="column-two-thirds"> <div class="column-two-thirds">
<h1 class="heading-large"> <h1 class="heading-large">
API integration API integration
@@ -54,11 +54,11 @@
{% endif %} {% endif %}
{% endcall %} {% endcall %}
<div class="bottom-gutter"> <div class="bottom-gutter-2">
{{ api_key(current_service.id, "Service ID", thing="service ID") }} {{ api_key(current_service.id, "Service ID", thing="service ID") }}
</div> </div>
<h2 class="heading-small">API clients</h2> <h2 class="heading-medium">API clients</h2>
<ul class="list list-bullet"> <ul class="list list-bullet">
{% for name, url in [ {% for name, url in [
('Java', 'https://github.com/alphagov/notifications-java-client'), ('Java', 'https://github.com/alphagov/notifications-java-client'),