improve bullets
This commit is contained in:
parent
ff4f1e6ca5
commit
db281af77c
1 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,16 @@
|
||||||
@apply my-2 mb-3 text-lg leading-relaxed;
|
@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 {
|
img.blog {
|
||||||
@apply inset-0 h-full w-full rounded-2xl bg-gray-50 object-contain shadow-lg;
|
@apply inset-0 h-full w-full rounded-2xl bg-gray-50 object-contain shadow-lg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue