add an initial version of the landing page

This commit is contained in:
2025-04-05 18:42:15 +02:00
parent e015406e7e
commit d1974db5ed
10 changed files with 641 additions and 41 deletions

View File

@@ -136,6 +136,10 @@
}
@layer base {
button:not(:disabled),
[role="button"]:not(:disabled) {
cursor: pointer;
}
* {
@apply border-border outline-ring/50;
}
@@ -143,3 +147,8 @@
@apply bg-background text-foreground;
}
}
@utility container {
margin-inline: auto;
padding-inline: 2rem;
}