From 01a3a6203c8cf4a53bae6b88697544185a0303d1 Mon Sep 17 00:00:00 2001 From: EINDEX Date: Sat, 14 Oct 2023 22:05:01 +0800 Subject: [PATCH] style: tought full width --- src/pages/[lang]/thoughts/[slug].astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/[lang]/thoughts/[slug].astro b/src/pages/[lang]/thoughts/[slug].astro index 2d0c6ca5..602c767e 100644 --- a/src/pages/[lang]/thoughts/[slug].astro +++ b/src/pages/[lang]/thoughts/[slug].astro @@ -50,8 +50,6 @@ const { Content, remarkPluginFrontmatter } = await thought.render(); />
- {thought.data.tags} -
@@ -61,6 +59,6 @@ const { Content, remarkPluginFrontmatter } = await thought.render(); } .thought-content { - @apply max-w-xl self-center; + @apply self-center; }