Skip to content

Commit

Permalink
fix: Reduce footer line heights (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed May 23, 2024
1 parent 975451e commit e368cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ietf/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ <h4 class="my-0 py-4 fs-6" role="button" aria-expanded="false">
{{ column.title }}
<i class="bi bi-chevron-down"></i>
</h4>
<ul class="list-unstyled opacity-75">
<ul class="list-unstyled opacity-75 d-grid gap-2">
{% for link in column.links %}
{% if link.value.url and link.value.text %}
<li class="nav-item">
<a
href="{{ link.value.url }}"
class="link-underline-opacity-0 link-light fw-semibold lh-lg"
class="link-underline-opacity-0 link-light fw-semibold lh-base"
>
{{ link.value.text }}
</a>
Expand Down

0 comments on commit e368cf2

Please sign in to comment.