hide elements on small screens
All checks were successful
deploy / build-and-deploy (push) Successful in 15s
All checks were successful
deploy / build-and-deploy (push) Successful in 15s
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user