fix overflowing text

This commit is contained in:
Gabriel 2024-10-07 14:41:31 -04:00
parent fd397402a7
commit a5e9fdbee9

View file

@ -353,6 +353,11 @@ blockquote {
font-style: italic;
}
blockquote code {
word-break: break-all;
}
section ul,
section ol,
article ol,