init webseite ts and claude

This commit is contained in:
Philippe Torrel
2026-07-31 13:02:11 +02:00
parent e375bf23bc
commit 56295802c0
617 changed files with 94590 additions and 5826 deletions

View File

@@ -0,0 +1,18 @@
.footer-main {
background: $color-dark-blue; // Fallback für ältere Browser
background: $linear-gradient-dark;
padding: 2rem 0;
.col {
color: $color-white;
h2,
h3,
h4,
h5 {
font-size: 1.5rem;
color: $color-5;
padding: 0.5rem 0;
margin-bottom: 1rem;
letter-spacing: 2px;
}
}
}