Update contact, add donate page

This commit is contained in:
juancmandev
2025-03-14 20:49:21 -06:00
parent 4893b9c06a
commit a2a805a8b2
25 changed files with 89 additions and 56 deletions

View File

@@ -5,6 +5,7 @@
@layer base {
* {
@apply border-border;
scroll-margin-top: 60px;
}
body {
@apply bg-background text-foreground;
@@ -12,6 +13,9 @@
.prose {
@apply max-w-none;
}
li {
overflow-wrap: break-word
}
[data-rehype-pretty-code-figure] {
@apply bg-[#1e1e2e] rounded-md pt-4;
}
@@ -33,7 +37,4 @@
.prose pre > code {
@apply bg-transparent border-none;
}
* {
scroll-margin-top: 72px;
}
}