fix: Use blockquote element

This commit is contained in:
Robert Prehn 2024-03-19 08:50:57 -05:00
parent 5c3d941a3c
commit dae8aaf095
No known key found for this signature in database

View file

@ -67,7 +67,7 @@ h2 {
margin-bottom: var(--vspace);
}
.blockquote {
blockquote {
@apply border-l border-light italic;
padding-left: calc(1rem - 1px);
}