From e39ea4fc381e525841b7fc8601484e1dd9dba8ab Mon Sep 17 00:00:00 2001 From: Last2014 Date: Mon, 27 Oct 2025 16:28:45 +0900 Subject: [PATCH] Fix: responsive --- src/components/header/Header.astro | 2 +- src/pages/index.astro | 37 ++++++------------------------ 2 files changed, 8 insertions(+), 31 deletions(-) diff --git a/src/components/header/Header.astro b/src/components/header/Header.astro index a9dbe27..aed7ecb 100644 --- a/src/components/header/Header.astro +++ b/src/components/header/Header.astro @@ -9,7 +9,7 @@ import Link from "@/components/header/Link.astro"; mb-8 top-[1rem] rounded-[1em] - w-[calc(80vw-2rem)] + w-[calc(90vw-2rem)] h-[5rem] sticky p-[1em] diff --git a/src/pages/index.astro b/src/pages/index.astro index b300692..6dc730e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,28 +7,16 @@ import contacts from "@/constants/contacts"; --- -
+
アバター
- Last2014 + + Last2014 +

ウェブ開発一生やってる小学生です。
TypeScriptをメインに色々作っています。 @@ -67,12 +55,7 @@ import contacts from "@/constants/contacts"; リンク {links.map((link) => ( - + ))}

@@ -87,13 +70,7 @@ import contacts from "@/constants/contacts"; 連絡先 {contacts.map((contact) => ( - + ))}