Update blockquote styling

This commit is contained in:
Oliver Davies 2020-02-23 19:33:07 +00:00
parent 14bf930e42
commit e9cd1078d0

View file

@ -23,5 +23,5 @@ a {
}
blockquote {
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
@apply pl-5 border-l-4 border-gray-300 italic
}