diff options
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 46720ba..e7b84ce 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -163,7 +163,7 @@ const { title, description, empty } = Astro.props; padding-block-end: 3rem; - > p > code { + p > code { word-break: break-word; font-family: $monoFontStack; |
