blockquote formatting
This commit is contained in:
parent
a5372e1238
commit
acaa41a3a1
1 changed files with 6 additions and 1 deletions
|
@ -83,6 +83,10 @@
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
word-break: break-word !important;
|
word-break: break-word !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
@apply border-l-4 border-klavender p-4 my-4 text-xl italic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags ul {
|
.tags ul {
|
||||||
|
@ -100,3 +104,4 @@
|
||||||
.blog-pages a {
|
.blog-pages a {
|
||||||
@apply border-b-0;
|
@apply border-b-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue