feat: move services to bottom
All checks were successful
deploy / deploy (push) Successful in 22s

This commit is contained in:
ndsboy 2025-04-27 10:46:06 +00:00
parent ab448bcf53
commit d7e4ef8c1a

View file

@ -63,6 +63,14 @@ import Page from "../layouts/Page.astro"
</Text> </Text>
</Section> </Section>
<Section title="Was gibt's neues?" jumpId="news">
<Mastodon />
</Section>
<Section title="Unsere Sponsoren" jumpId="sponsors">
<Sponsors />
</Section>
<Section title="Was interessiert dich?" jumpId="services"> <Section title="Was interessiert dich?" jumpId="services">
<Card <Card
name="Über uns" name="Über uns"
@ -114,14 +122,6 @@ import Page from "../layouts/Page.astro"
</Card> </Card>
</Section> </Section>
<Section title="Was gibt's neues?" jumpId="news">
<Mastodon />
</Section>
<Section title="Unsere Sponsoren" jumpId="sponsors">
<Sponsors />
</Section>
<div class="fixed bottom-4 left-4 flex"> <div class="fixed bottom-4 left-4 flex">
<a <a
class="btn btn-square btn-ghost z-10 discord-left" class="btn btn-square btn-ghost z-10 discord-left"