Skip to content

Commit

Permalink
Adjust heading spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Oct 26, 2023
1 parent cdf7f7d commit 939abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/collection-page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{{ contents | safe }}
</main>
<nav id="{{ group }}-list" class="tna-column tna-column--width-1-4 tna-column--width-1-3-medium tna-column--full-small tna-column--full-tiny tna-section" role="navigation" aria-label="{{ title }} navigation">
<h2 class="tna-heading-l tna-!--hide-on-large tna-!--hide-on-medium">All {{ group|kebabToSpace }}</h2>
<h2 class="tna-heading-l tna-!--hide-on-large tna-!--hide-on-medium tna-!--margin-bottom-s">{{ group|kebabToSpace|capitalize }}</h2>
<ol class="tna-ds-sidebar">
{% for item in collections[group] %}
{% if item.path == path %}
Expand Down

0 comments on commit 939abbf

Please sign in to comment.