New Style #24

Merged
jakob.scheid merged 19 commits from feature/reworked-style into main 2026-05-06 15:51:57 +02:00
Showing only changes of commit 5f7838ebbb - Show all commits
+8 -4
View File
1
@@ -13,18 +13,22 @@ body {
.global-header {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40px; /* ← Abstand nach oben */
}
.global-header h1 {
display: block;
margin-bottom: 0;
display: inline-block;
margin: 0;
padding: 0;
line-height: 1;
background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 6rem;
padding: 0;
line-height: 1;
}
.slogan {