feat: add project detail pages

This commit is contained in:
Stefan Imhoff
2023-05-17 17:36:50 +02:00
parent 86541962a2
commit 4909aa5143
42 changed files with 658 additions and 288 deletions

View File

@@ -86,11 +86,11 @@
}
/** Images */
img {
img.image-border {
@apply block h-auto w-full rounded-1 border border-solid border-black/5 bg-black/5 shadow-img dark:border-white/5 dark:bg-white/5 dark:opacity-[0.87];
}
img[src$='.svg'] {
img.image-no-border {
@apply border-0 bg-transparent shadow-none;
}
}