From e7755fdc3f65964417a6d1f1ed9ba8dc144bb847 Mon Sep 17 00:00:00 2001 From: Jay Hannah Date: Mon, 13 May 2024 15:51:15 -0500 Subject: [PATCH] Use @tailwindcss/typography for About page too class "prose" comes from https://tailwindcss.com/docs/plugins#typography And that's what's used in post bodies. When we look at the table styling preview as documented by those developers https://play.tailwindcss.com/uj1vGACRJA?layout=preview We see that this is the way they want tables to look. So let's also use that for pages other than post pages for consistency. Fixes #18 --- src/_includes/default.liquid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/_includes/default.liquid b/src/_includes/default.liquid index 56ad552..ee84b76 100644 --- a/src/_includes/default.liquid +++ b/src/_includes/default.liquid @@ -8,4 +8,6 @@ layout: main {% include "nav.liquid" %} -{{ content }} \ No newline at end of file +
+ {{ content }} +