fix: blockquote display

This commit is contained in:
Cory Dransfeldt 2024-01-14 09:26:36 -08:00
parent 3601f030c5
commit 3b74267d68
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ blockquote {
margin: 1.25rem 0;
padding-left: .875rem;
border-left: .25rem solid var(--gray-medium);
word-break: break-word;
}
:is(body, html, nav .tags, nav .search) svg {