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

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

View File

@ -30,7 +30,7 @@ const { title, description, footer = true } = Astro.props;
<a class="link" href="https://mhsl.eu/id.html" target="_blank">Impressum</a>
<a class="link" href="https://mhsl.eu/datenschutz.html" target="_blank">Datenschutz</a>
</div>
<div class="flex gap-2 items-center">
<div class="hidden sm:flex gap-2 items-center">
<a href="ts3server://mhsl.eu?port=9987" target="_blank">
<Icon name="fa-brands:teamspeak" />
</a>

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>