fix: fixed links

This commit is contained in:
Raj 2024-03-13 18:16:40 +05:30
parent 82881c8f77
commit 9a42dd8bc2
1 changed files with 4 additions and 6 deletions

View File

@ -62,19 +62,17 @@
} }
.notion-external, .notion-external,
.notion-bookmark { .notion-bookmark {
@apply bg-background/10 border brightness-100 rounded-lg hover:no-underline backdrop-contrast-150 backdrop-saturate-100 backdrop-blur-sm; @apply bg-background/10 border brightness-100 rounded-lg hover:no-underline backdrop-contrast-150 backdrop-saturate-100 backdrop-blur-sm flex flex-col-reverse md:flex-row;
} }
.notion-bookmark { .notion-bookmark {
// @apply rounded-lg border md:flex-row flex-col-reverse bg-background/10 border-primary/40 hover:no-underline;
& > div:first-child { & > div:first-child {
@apply flex-none md:flex-1 md:basis-36; // @apply bg-red-300;
} }
.notion-bookmark-title { .notion-bookmark-title {
@apply font-display font-bold text-lg; @apply font-display font-bold text-wrap whitespace-pre-wrap text-lg;
} }
.notion-bookmark-link { .notion-bookmark-link {
@apply opacity-60; @apply opacity-80;
} }
.notion-bookmark-image { .notion-bookmark-image {
@apply block; @apply block;