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:
parent
29a5aaf4cb
commit
358701309d
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user