cleaner landing page

This commit is contained in:
m5r
2022-07-09 01:34:18 +02:00
parent 9e783b506d
commit 27f8ed4c7c
29 changed files with 425 additions and 492 deletions

View File

@ -56,3 +56,13 @@
@apply font-mackinac tracking-tight font-bold;
word-spacing: 0.025em;
}
.background-primary {
@apply bg-gradient-to-br from-rebeccapurple-500 to-indigo-600;
}
.landing-hero {
height: calc(100vh - 120px);
margin-top: -120px;
@apply flex flex-col justify-center;
}