fix: add word-break: break-word; to <a> and <code>

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/746
This commit is contained in:
Jimmy Cai 2023-08-15 11:46:17 +02:00
parent 1668ebc3e4
commit e7c9c4d66c

View File

@ -264,6 +264,11 @@
font-family: var(--code-font-family);
}
a,
code {
word-break: break-word;
}
.gallery {
position: relative;
display: flex;