improve bullets

This commit is contained in:
Konstantin 2024-04-13 11:21:09 +02:00
parent ff4f1e6ca5
commit db281af77c

View file

@ -44,6 +44,16 @@
@apply my-2 mb-3 text-lg leading-relaxed;
}
.blog-content ul {
@apply list-none list-inside;
}
.blog-content ul li::before {
content: "👉";
font-family: NotoEmoji;
@apply inline-block mr-2 py-1;
}
img.blog {
@apply inset-0 h-full w-full rounded-2xl bg-gray-50 object-contain shadow-lg;
}