add desk cartoon

This commit is contained in:
Konstantin 2024-06-17 11:14:02 +02:00
parent 036af236d0
commit 1b189e013c
3 changed files with 761 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -44,11 +44,11 @@
@apply my-2 mb-3 text-lg leading-relaxed;
}
.blog-content ul {
.blog-content ul, .home-content ul {
@apply list-none list-inside;
}
.blog-content ul li::before {
.blog-content ul li::before, .home-content ul li::before {
content: "👉";
font-family: NotoEmoji;
@apply inline-block mr-2 py-1;