Skip to content

Commit

Permalink
Adjust footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Dec 10, 2024
1 parent 80d5cac commit 9a413a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ import PageVersion from "@components/GitVer.astro"
<footer class="relative bg-white dark:bg-[#001d29]">
<div class="animate">
<section class="py-5">
<Container size="md">
<Container size="lg">
<div class="flex items-center justify-center sm:justify-end">
<button id="back-to-top" aria-label="Back to top of page" class="group flex w-fit p-1.5 gap-1.5 text-sm items-center border rounded hover:bg-black/5 hover:dark:bg-white/10 border-black/15 dark:border-white/20 transition-colors duration-300 ease-in-out">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="stroke-current group-hover:stroke-black group-hover:dark:stroke-white rotate-90">
<line x1="19" y1="12" x2="5" y2="12" class="scale-x-0 group-hover:scale-x-100 translate-x-3 group-hover:translate-x-0 transition-all duration-300 ease-in-out" />
<polyline points="12 19 5 12 12 5" class="translate-x-1 group-hover:translate-x-0 transition-all duration-300 ease-in-out" />
</svg>
<div class="w-full group-hover:text-black group-hover:dark:text-white transition-colors duration-300 ease-in-out">
W Górę
W górę
</div>
</button>
</div>
</Container>
</section>

<section class=" py-5 overflow-hidden whitespace-nowrap border-t border-black/10 dark:border-white/25">
<Container size="md">
<Container size="lg">
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3">
<div class="flex flex-col items-center sm:items-start">
<a href="/" class="flex gap-3 place-items-center w-fit text-current dark:text-blue-300 hover:text-black dark:hover:text-white transition-colors duration-300 ease-in-out font-stop text-4xl">
Expand Down

0 comments on commit 9a413a5

Please sign in to comment.