diff --git a/src/app/(routes)/(website)/components/contact/contact.tsx b/src/app/(routes)/(website)/components/contact/contact.tsx index 17ce5de..52381ce 100644 --- a/src/app/(routes)/(website)/components/contact/contact.tsx +++ b/src/app/(routes)/(website)/components/contact/contact.tsx @@ -13,7 +13,7 @@ export default function Contact() {

{siteTexts.en.homePage.contact.description}

-
+
^ diff --git a/src/app/globals.css b/src/app/globals.css index fd641d7..265f8f3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -70,6 +70,7 @@ html { #back-to-top { opacity: 0; scale: 0; + bottom: 50px; z-index: 1000; -webkit-animation: back-to-top linear forwards; animation-timeline: scroll(); @@ -79,6 +80,7 @@ html { @-webkit-keyframes back-to-top { to { opacity: 0.9; + bottom: 100px; scale: 1; } }