Compare commits

...

4 Commits

Author SHA1 Message Date
inhji 8079245269 Merge pull request 'devel' (#338) from devel into main
Reviewed-on: #338
2023-09-22 14:30:29 +02:00
inhji 26bcc7d383 Merge branch 'main' into devel 2023-09-22 14:30:20 +02:00
inhji aa7f6ccebd assets/css/app.css aktualisiert 2023-09-22 14:30:06 +02:00
inhji fe044ef5fd assets/css/app.css aktualisiert 2023-09-22 14:18:26 +02:00
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 {