Skip to content

Commit

Permalink
fix: footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Nov 8, 2024
1 parent 6c6574b commit bc88138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<footer class="flex justify-between w-full h-auto bg-[color:var(--nav-color)] pt-[40px] top-full text-white">
<div class="flex">
<img src="/icon.webp" loading="eager" width=70 height=70 alt="logo">
<img src="/icon.webp" loading="eager" width=70 height=70 alt="logo" class="hidden sm:block">
<div id="copyright" class="p-2">
<p>&copy; TeaClientMC. ALL RIGHTS RESERVED</p>
<p>Not Afffliated with mojang or Minecraft</p>
</div>
</div>
<div id="Socials" class="[&_a]:text-white [&_a]:no-underline hover:[&_a]:font-bold flex flex-row mr-[20px] gap-x-4 float-right p-5">
<div id="Socials" class="[&_a]:text-white [&_a]:no-underline hover:[&_a]:font-bold flex flex-col md:flex-row mr-[20px] gap-x-4 float-right p-5">
<a href="/community">
Community
</a>
Expand Down

0 comments on commit bc88138

Please sign in to comment.