From 223014a403d447c050e344cb387e27e9fa8ec4c5 Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Mon, 11 Dec 2023 18:55:07 +0100 Subject: [PATCH] Reduce the default body font size to 18px to match the prose --- tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.css b/tailwind.css index 2178b91..c6dbeeb 100644 --- a/tailwind.css +++ b/tailwind.css @@ -3,7 +3,7 @@ @tailwind utilities; @layer utilities { html, body { - font-size: 19px; + font-size: 18px; } .imgclip { clip-path: url(#svg-shape);