diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-13 13:17:00 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-13 13:17:00 +0100 |
| commit | abe4cacf174b7c1b9118f43b55222763868a1ff7 (patch) | |
| tree | d0b3ed4f31cadec6921d5a9c5c78b9345e87bd98 /src/layouts/Layout.astro | |
| parent | 1db44ca4d01d8180a1adaf69f2f0f9a1ce953221 (diff) | |
New post, fix issues
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; |
