diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c86b688..2c788e2 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -44,4 +44,10 @@ const { title } = Astro.props; html * { font-family: var(--system-ui); } + + // fix for older cached items + p, table, ul { + margin: 1em 0; + font-size: 20px; + }