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

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.9.0",
"version": "4.9.1",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

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 {