Merge pull request #2424 from alphagov/templates-page-spacing

Make spacing tighter on templates page
This commit is contained in:
Chris Hill-Scott
2018-10-31 09:39:00 +00:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
&-name {
@include bold-24;
margin: 20px 0 5px 0;
margin: 0;
a {
display: block;
@@ -14,8 +14,12 @@
&-type {
color: $secondary-text-colour;
margin-bottom: $gutter / 3;
margin: 0 0 $gutter-two-thirds 0;
pointer-events: none;
}
}
#template-list {
margin-top: $gutter;
}

View File

@@ -51,7 +51,7 @@
</div>
{% if show_template_nav %}
<div class="bottom-gutter-2-3">
<div class="bottom-gutter">
{{ pill(template_nav_items, current_value=template_type, show_count=False) }}
</div>
{% endif %}