fix: img alignment

This commit is contained in:
Raj Sharma 2024-01-13 10:47:13 +05:30
parent 3f57412b3d
commit 1aa00aec22
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@
} }
} }
.notion-text {
img {
@apply inline;
}
}
.notion-bookmark { .notion-bookmark {
@apply rounded-lg border md:flex-row flex-col-reverse; @apply rounded-lg border md:flex-row flex-col-reverse;