100 von 100 + ideen

This commit is contained in:
Timo Knuth
2026-01-08 09:26:19 +01:00
parent a48045dacb
commit 95e062eab6
6 changed files with 47 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ export function ScrollToTop() {
{isVisible && (
<button
onClick={scrollToTop}
className="fixed bottom-8 right-8 z-50 p-3 bg-primary-600 hover:bg-primary-700 text-white rounded-full shadow-lg transition-all duration-300 hover:scale-110 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2"
className="fixed bottom-8 right-8 z-50 p-4 bg-primary-600 hover:bg-primary-700 text-white rounded-full shadow-lg transition-all duration-300 hover:scale-110 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2"
aria-label="Scroll to top"
>
<svg