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",
|
"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.",
|
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -32,6 +32,7 @@ blockquote {
|
||||||
margin: 1.25rem 0;
|
margin: 1.25rem 0;
|
||||||
padding-left: .875rem;
|
padding-left: .875rem;
|
||||||
border-left: .25rem solid var(--gray-medium);
|
border-left: .25rem solid var(--gray-medium);
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(body, html, nav .tags, nav .search) svg {
|
:is(body, html, nav .tags, nav .search) svg {
|
||||||
|
|
Reference in a new issue