From 6006428de55c7c0dc40e2dc8214b8b4dffdc599a Mon Sep 17 00:00:00 2001 From: Anthony Das <10189322+byanthny@users.noreply.github.com> Date: Thu, 30 Mar 2023 19:18:43 -0400 Subject: [PATCH] list page content styling (#2) * feat: tailwind typography added & project scripts pnpm can be used to: - start hugo server - watch and build css with tailwind * feat: single page typography content styling * feat: content styling for list pages --- layouts/_default/list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a1b5e8d..d5bbd04 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,7 +2,9 @@