feat: add Mitgliedschaft section and update Verein structure

Introduced a new Mitgliedschaft section with detailed information on membership requirements, benefits, and fees. Reorganized Verein-related file structure for better clarity and added supporting styles in `input.css`. Extended blueprints to support the new section and updated snippets for dynamic content rendering.
This commit is contained in:
2025-07-13 15:36:38 +02:00
parent a81026ee78
commit c04d162b0d
8 changed files with 212 additions and 53 deletions
+5
View File
@@ -66,4 +66,9 @@
@apply text-3xl pt-12;
}
p a {
@apply text-sf_blau-500 font-bold hover:text-sf_gelb-600;
}
}