Blockquote styling

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 7e9cda6463
commit 675d5c846d
2 changed files with 8 additions and 0 deletions

View file

@ -24,6 +24,10 @@
@apply mt-6;
}
blockquote {
@apply my-8;
}
ul {
@apply pl-6 list-disc;
}