Add discover page

This commit is contained in:
Jon Staab
2024-08-14 14:52:00 -07:00
parent 30175c00e0
commit 66bb74fc32
13 changed files with 153 additions and 11 deletions
+13 -1
View File
@@ -72,7 +72,7 @@
background-color: var(--stark-content);
}
.card {
.card2 {
padding: 1rem;
background-color: oklch(var(--b2) / 1);
border-radius: var(--rounded-box, 1rem);
@@ -82,6 +82,14 @@
@apply flex flex-col;
}
.center {
@apply flex justify-center items-center;
}
.content {
@apply max-w-2xl w-full p-12 m-auto;
}
.heading {
@apply text-2xl text-stark-content text-center;
}
@@ -90,6 +98,10 @@
@apply text-xl text-stark-content text-center;
}
.superheading {
@apply text-4xl text-stark-content text-center;
}
.link {
@apply text-primary underline cursor-pointer;
}