Add: wrangler file is ignore / Fix: responsive

This commit is contained in:
Last2014 2025-10-27 15:59:11 +09:00
parent 1e0f893b24
commit 26bb460c4f
3 changed files with 9 additions and 2 deletions

3
.gitignore vendored
View File

@ -22,3 +22,6 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
# Wrangler
.wrangler/

View File

@ -6,10 +6,10 @@ import Link from "@/components/header/Link.astro";
backdrop-blur-sm
bg-white/80
m-auto
mx-5
mb-8
top-[1rem]
rounded-[1em]
w-[calc(80vw-2rem)]
h-[5rem]
sticky
p-[1em]

View File

@ -12,7 +12,8 @@ import contacts from "@/constants/contacts";
justify-between
bg-white
shadow-sm
w-fit
min-w-[420px]
w-[70vw]
rounded
p-5
`}>
@ -39,6 +40,7 @@ import contacts from "@/constants/contacts";
flex
flex-wrap
gap-3
min-w-[400px]
w-[70vw]
p-5
`}>
@ -58,6 +60,7 @@ import contacts from "@/constants/contacts";
flex
flex-wrap
gap-3
min-w-[400px]
w-[70vw]
p-5
`}>
@ -77,6 +80,7 @@ import contacts from "@/constants/contacts";
flex
flex-col
gap-3
min-w-[400px]
w-[70vw]
p-5
`}>