Fix how-it-works card styling

This commit is contained in:
Estelle Köhler 2026-04-09 12:14:35 +02:00
parent 6b01e178b9
commit 481f3e3934
2 changed files with 4 additions and 4 deletions

View File

@ -184,8 +184,8 @@ body {
align-items: center; align-items: center;
gap: 16px; gap: 16px;
padding: 28px 20px; padding: 28px 20px;
background: var(--white); background: var(--white) !important;
border: 2px solid var(--tomato); border: 2px solid var(--tomato) !important;
border-radius: 28px; border-radius: 28px;
box-shadow: 0 12px 30px rgba(212, 75, 36, 0.08); box-shadow: 0 12px 30px rgba(212, 75, 36, 0.08);
} }

View File

@ -6,9 +6,9 @@
<title>Invité | Events entdecken</title> <title>Invité | Events entdecken</title>
<!-- Stylesheet für diese Seite--> <!-- Stylesheet für diese Seite-->
<link rel="stylesheet" href="css/landingpage.css" /> <link rel="stylesheet" href="css/landingpage.css?v=2" />
<!-- Globales Stylesheet --> <!-- Globales Stylesheet -->
<link rel="stylesheet" href="css/stylesheet_global.css"> <link rel="stylesheet" href="css/stylesheet_global.css?v=2">
<!-- Font Awesome <!-- Font Awesome
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-dU7ZrF1pFq5kVnPzlV9+04YhARzNjCX5Q5P1shgMpuN4s5I8mI8QD4981h7kYtV7sSgNldR0z5pZW5bS2ZpY3Q==" crossorigin="anonymous" referrerpolicy="no-referrer" /> --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-dU7ZrF1pFq5kVnPzlV9+04YhARzNjCX5Q5P1shgMpuN4s5I8mI8QD4981h7kYtV7sSgNldR0z5pZW5bS2ZpY3Q==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->