diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 13:19:37 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 13:19:47 +0900 |
| commit | 146a5ae9bacfa08c943f2565c62036a29e51933d (patch) | |
| tree | 4c6b3b6bfde0f4aaa61cdc7d513db74746e2d249 /astro.config.mjs | |
| parent | 7723a5b0c17355e49fa36321fd4f2cd6ee55eaca (diff) | |
astro.config.mjs, custom.css: サイドバーの項目名短縮と本文の字下げ
- サイドバー: 「ディスレクシアについて」→「ディスレクシア」、「活動を支えるツール」→
「活動のツール」に短縮。グループの中の見出し(年度・月など)を一段小さくした
- custom.css: 本文の段落の1行目を1字下げした。吹き出しの中と、中央寄せ・右寄せの
段落(画像クレジットなど)は字下げしない
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
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: [ { |
