From af4ece6d77deb5f3c49269239af8651b62927b5f Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 5 Jun 2023 17:16:02 +0200 Subject: [PATCH] style: forced fix for older cached items --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2c788e2..f554399 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -45,9 +45,9 @@ const { title } = Astro.props; font-family: var(--system-ui); } - // fix for older cached items + /* fix for older cached items */ p, table, ul { - margin: 1em 0; + margin: 1em 0 !import; font-size: 20px; }