Skip to content

Commit acf635f

Browse files
committed
Adds additional spacing to footer lists items
1 parent ac72bc8 commit acf635f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/includes/footer.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
>
1111
Meetup
1212
</p>
13-
<ul aria-describedby="footer-meetup">
13+
<ul aria-describedby="footer-meetup" class="space-y-2 sm:space-y-0">
1414
{% for link in site.navigation %}
1515
<li>
1616
<a class="hover:underline" href="{{ link.path | url }}"
@@ -27,7 +27,7 @@
2727
>
2828
Connect
2929
</p>
30-
<ul aria-describedby="footer-connect">
30+
<ul aria-describedby="footer-connect" class="space-y-2 sm:space-y-0">
3131
{% for link in site.connect %}
3232
<li>
3333
<a class="hover:underline" href="{{ link.href }}" rel="noopener noreferrer"

0 commit comments

Comments
 (0)