mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-15 20:23:54 -05:00
increase distance between list items on mobile
This commit is contained in:
@@ -18,7 +18,7 @@ import "../../styles/fonts.css";
|
||||
class="col-start-2 col-span-5 row-start-2 md:col-start-2 md:col-span-2 lg:col-start-6 lg:row-start-1"
|
||||
>
|
||||
<p class="footer-list-heading">Links</p>
|
||||
<ul class="mt-2 footer-link-list">
|
||||
<ul class="mt-2 footer-link-list space-y-2 md:space-y-0">
|
||||
<li>
|
||||
<a
|
||||
href="https://support.audacityteam.org"
|
||||
@@ -53,7 +53,7 @@ import "../../styles/fonts.css";
|
||||
class="col-start-7 col-span-5 row-start-2 md:col-span-2 md:col-start-4 lg:col-start-8 lg:row-start-1"
|
||||
>
|
||||
<p class="footer-list-heading">Downloads</p>
|
||||
<ul class="mt-2 footer-link-list">
|
||||
<ul class="mt-2 footer-link-list space-y-2 md:space-y-0">
|
||||
<li>
|
||||
<a href="/download/windows" aria-label="Link to Windows">Windows</a>
|
||||
</li>
|
||||
@@ -66,7 +66,7 @@ import "../../styles/fonts.css";
|
||||
class="col-start-2 col-span-5 row-start-3 md:row-start-2 md:col-start-6 md:col-span-2 lg:col-start-10 lg:row-start-1"
|
||||
>
|
||||
<p class="footer-list-heading">Social</p>
|
||||
<ul class="mt-2 footer-link-list">
|
||||
<ul class="mt-2 footer-link-list space-y-2 md:space-y-0">
|
||||
<li>
|
||||
<a
|
||||
href="https://www.facebook.com/Audacity/"
|
||||
@@ -109,14 +109,14 @@ import "../../styles/fonts.css";
|
||||
class="underline hover:text-blue-700"
|
||||
rel="license"
|
||||
target="_blank"
|
||||
aria-label="External link to Creative Commons">CC-by 4.0</a>.
|
||||
aria-label="CC-by 4.0">CC-by 4.0</a>.
|
||||
Audacity® software is licensed under the terms of the
|
||||
GNU General Public License, Version 3. Further information about the
|
||||
software license, distribution and acceptable use can be found <a
|
||||
class="underline hover:text-blue-700"
|
||||
href="https://github.com/audacity/audacity/blob/master/LICENSE.txt"
|
||||
target="_blank"
|
||||
aria-label="Link to source code">in the source</a
|
||||
aria-label="in the source code">in the source code</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user