webring nav padding

This commit is contained in:
SX-9 2024-11-10 21:47:07 +07:00
commit 60cb8da267

View file

@ -73,7 +73,7 @@
<div class="flex gap-2 items-center"> <div class="flex gap-2 items-center">
<img class="size-12 rounded-md" src={data.fetched.discord.spotify.art} alt="album art"> <img class="size-12 rounded-md" src={data.fetched.discord.spotify.art} alt="album art">
<div> <div>
<h4 class="my-0"><a href={data.fetched.discord.spotify.link}>{data.fetched.discord.spotify.song}</a></h4> <h3 class="my-0"><a href={data.fetched.discord.spotify.link}>{data.fetched.discord.spotify.song}</a></h3>
<span class="italic">{data.fetched.discord.spotify.artist}</span> <span class="italic">{data.fetched.discord.spotify.artist}</span>
</div> </div>
</div> </div>
@ -109,11 +109,11 @@
</section> </section>
</main> </main>
<footer class=" mt-8"> <footer class=" mt-8">
<nav class="flex justify-center items-center gap-2 text-base"> <nav class="flex justify-center items-center gap-4 text-lg">
<a class="no-underline" href={'https://nixwebr.ing/prev/'+data.nixwebring}>&lt;</a> <a class="no-underline px-2" href={'https://nixwebr.ing/prev/'+data.nixwebring}>&lt;</a>
<a class="no-underline" href="https://nixwebr.ing">nixwebr.ing</a> <a class="no-underline px-2" href="https://nixwebr.ing/rand">*</a>
<a class="no-underline" href="https://nixwebr.ing/rand">*</a> <a class="no-underline px-2" href={'https://nixwebr.ing/next/'+data.nixwebring}>&gt;</a>
<a class="no-underline" href={'https://nixwebr.ing/next/'+data.nixwebring}>&gt;</a> <a class="no-underline px-2" href="https://nixwebr.ing">?</a>
</nav> </nav>
<p class="text-center m-0"> <p class="text-center m-0">
&copy; {new Date().getFullYear()} {data.legal}. All rights reserved. &copy; {new Date().getFullYear()} {data.legal}. All rights reserved.