We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac72bc8 commit acf635fCopy full SHA for acf635f
src/includes/footer.njk
@@ -10,7 +10,7 @@
10
>
11
Meetup
12
</p>
13
- <ul aria-describedby="footer-meetup">
+ <ul aria-describedby="footer-meetup" class="space-y-2 sm:space-y-0">
14
{% for link in site.navigation %}
15
<li>
16
<a class="hover:underline" href="{{ link.path | url }}"
@@ -27,7 +27,7 @@
27
28
Connect
29
30
- <ul aria-describedby="footer-connect">
+ <ul aria-describedby="footer-connect" class="space-y-2 sm:space-y-0">
31
{% for link in site.connect %}
32
33
<a class="hover:underline" href="{{ link.href }}" rel="noopener noreferrer"
0 commit comments