21-11-2025

This commit is contained in:
Kevin Adametz 2025-11-21 18:21:23 +01:00
parent fa2ebd457d
commit 07959c0ba2
113 changed files with 4730 additions and 898 deletions

View file

@ -32,6 +32,12 @@ h1, h2, h3, h4, h5, h6 {
letter-spacing: -0.025em;
}
.text-hero-alt {
font-size: clamp(2rem, 3vw, 3rem);
line-height: 1.1;
font-weight: 300;
letter-spacing: -0.025em;
}
.text-section-title {
font-size: clamp(1.6rem, 3vw, 3rem);
line-height: 1.3em;

View file

@ -177,8 +177,7 @@
/* Cards - Multi-Layer-Schatten für Tiefe (Optimiert) */
& .card,
& [class*="card"],
& .bg-card,
& article {
& .bg-card {
background:
linear-gradient(
145deg,
@ -206,8 +205,7 @@
& .card:hover,
& [class*="card"]:hover,
& article:hover {
& [class*="card"]:hover {
box-shadow:
0 0 0 1px rgba(0, 0, 0, 0.04),
0 2px 4px rgba(0, 0, 0, 0.03),