Ready Home Tab

This commit is contained in:
Malte Schröder
2025-12-18 15:03:27 +01:00
parent e7f1b4b566
commit 9dba343301
11 changed files with 284 additions and 25 deletions

View File

@@ -1,3 +1,6 @@
@import "home";
:root {
--primary: #6366f1;
--primary-dark: #4f46e5;
@@ -45,14 +48,6 @@ body {
}
}
// --- HOME PAGE ---
.home-hero {
text-align: center;
padding: 100px 20px;
h1 { font-size: 4rem; color: var(--primary); margin-bottom: 1rem; font-weight: 900; }
p { font-size: 1.25rem; color: var(--text-light); }
}
// --- COMMUNITY / LOGIN ---
.community-container {
display: flex; justify-content: center; padding: 3rem 1rem;