style(blockquote): whoops! block quote got too wide

This commit is contained in:
Thomas 2024-03-23 07:42:44 +00:00
parent d65c101dc8
commit 23161552a3

View file

@ -130,6 +130,7 @@ blockquote {
border-width: 0px; border-width: 0px;
border-left: 4px solid var(--brand-orange); border-left: 4px solid var(--brand-orange);
opacity: 0.85; opacity: 0.85;
max-width: 60ch;
} }
ul, ul,