Progress on the landing page

This commit is contained in:
JhumanJ
2022-10-17 15:42:04 +02:00
parent 11904cc42e
commit 559040f679
18 changed files with 192 additions and 319 deletions

View File

@@ -8,8 +8,11 @@ body.dark * {
@apply border-gray-600
}
#app {
* {
font-family: GeneralSans, sans-serif !important;
}
#app {
@apply min-h-screen;
}
@@ -28,7 +31,7 @@ body.dark * {
}
h2 {
@apply text-3xl font-extrabold;
@apply text-3xl font-semibold;
}
a {