Merge pull request 'devel' (#338) from devel into main

Reviewed-on: #338
This commit is contained in:
inhji 2023-09-22 14:30:29 +02:00
commit 8079245269
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
}
body {
@apply bg-background text-foreground;
@apply bg-gradient-to-br from-background from-50% to-rose-100 text-foreground;
}
.stack > * + * {
@ -67,7 +67,7 @@
@apply prose-a:no-underline;
& nav {
@apply flex md:flex-row lg:flex-col mb-6 lg:mb-0;
@apply flex justify-around md:flex-row lg:flex-col mb-6 lg:mb-0;
}
& h3 {