Update index.html

fixed footer
This commit is contained in:
Paweł Orzech 2025-06-28 02:56:46 +02:00
parent 0657a2b6db
commit 45eb20ad04

View file

@ -264,9 +264,9 @@
</main>
<footer id="footer" class="animate-on-load absolute bottom-4 text-center w-full text-sm text-gray-500 dark:text-gray-400">
<p class="flex items-center justify-center">
<p class="flex flex-col md:flex-row items-center justify-center">
<span data-translate-key="copyright">&copy; 2025 Paulina i Paweł Orzech. Wszelkie prawa zastrzeżone.</span>
<span class="mx-2">|</span>
<span class="hidden md:inline md:mx-2">|</span>
<a href="https://github.com/pawelorzech/orzech.me" target="_blank" rel="noopener noreferrer" class="github-link hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-300" data-translate-key="github_link">GitHub</a>
<span class="ml-1">🌰</span>
</p>