blockquote formatting

This commit is contained in:
Konstantin 2024-04-13 11:06:45 +02:00
parent a5372e1238
commit acaa41a3a1

View file

@ -83,6 +83,10 @@
white-space: pre-wrap !important;
word-break: break-word !important;
}
blockquote {
@apply border-l-4 border-klavender p-4 my-4 text-xl italic;
}
}
.tags ul {
@ -99,4 +103,5 @@
.blog-pages a {
@apply border-b-0;
}
}