hide elements on small screens
All checks were successful
deploy / build-and-deploy (push) Successful in 15s

This commit is contained in:
2025-05-22 01:40:42 +02:00
parent 29a5aaf4cb
commit 358701309d
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ const information = [
</div>
</div>
<div class="fixed bottom-0 right-0 m-5">
<div class="fixed bottom-0 sm:right-0 m-5 hidden sm:block">
<Scroll href="#teams" client:load />
</div>