fix: blockquote display
This commit is contained in:
parent
3601f030c5
commit
3b74267d68
2 changed files with 2 additions and 1 deletions
|
@ -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": {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue