From 813848694b2286023c7ad95170f31cb3ce184a13 Mon Sep 17 00:00:00 2001 From: SatooRu65536 Date: Tue, 4 Feb 2025 10:23:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20css=20=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 0244bae..81969e7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -81,7 +81,7 @@ const recentPosts = await getFormatedCollection('posts', 3); .recent-section { max-width: 1200px; - action-align: center; + text-align: center; & > div { display: grid; @@ -92,7 +92,7 @@ const recentPosts = await getFormatedCollection('posts', 3); } .more { - action-decoration: none; + text-decoration: none; color: $primary-200; font-size: 1.2rem; transition: all 0.3s;