From 146a5ae9bacfa08c943f2565c62036a29e51933d Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:19:37 +0900 Subject: astro.config.mjs, custom.css: サイドバーの項目名短縮と本文の字下げ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - サイドバー: 「ディスレクシアについて」→「ディスレクシア」、「活動を支えるツール」→ 「活動のツール」に短縮。グループの中の見出し(年度・月など)を一段小さくした - custom.css: 本文の段落の1行目を1字下げした。吹き出しの中と、中央寄せ・右寄せの 段落(画像クレジットなど)は字下げしない --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 714f89e..b11ffe5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -113,7 +113,7 @@ export default defineConfig({ }, { label: "メディア掲載", link: "/media/" }, { - label: "ディスレクシアについて", + label: "ディスレクシア", collapsed: true, items: [ { label: "概要", link: "/about-dyslexia/" }, @@ -172,7 +172,7 @@ export default defineConfig({ ], }, { - label: "活動を支えるツール", + label: "活動のツール", collapsed: true, items: [ { -- cgit v1.3.1