Init Commit

This commit is contained in:
2026-05-18 11:46:02 +02:00
commit 2de3502fbc
382 changed files with 19583 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#main_image {
display: flex;
align-items: center;
justify-content: center;
}
/* Responsive Schriftgrößen */
@media (max-width: 768px) {
section {
padding: 1rem;
}
h1 {
font-size: 1.5rem;
}
}
@media (max-width: 480px) {
h1 {
font-size: 1.25rem;
}
p {
font-size: 0.95rem;
}
}
#spotify_link {
display: flex;
align-items: center;
justify-content: center;
}