Add: wrangler file is ignore / Fix: responsive
This commit is contained in:
parent
1e0f893b24
commit
26bb460c4f
|
|
@ -22,3 +22,6 @@ pnpm-debug.log*
|
||||||
|
|
||||||
# jetbrains setting folder
|
# jetbrains setting folder
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Wrangler
|
||||||
|
.wrangler/
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,10 @@ import Link from "@/components/header/Link.astro";
|
||||||
backdrop-blur-sm
|
backdrop-blur-sm
|
||||||
bg-white/80
|
bg-white/80
|
||||||
m-auto
|
m-auto
|
||||||
mx-5
|
|
||||||
mb-8
|
mb-8
|
||||||
top-[1rem]
|
top-[1rem]
|
||||||
rounded-[1em]
|
rounded-[1em]
|
||||||
|
w-[calc(80vw-2rem)]
|
||||||
h-[5rem]
|
h-[5rem]
|
||||||
sticky
|
sticky
|
||||||
p-[1em]
|
p-[1em]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,8 @@ import contacts from "@/constants/contacts";
|
||||||
justify-between
|
justify-between
|
||||||
bg-white
|
bg-white
|
||||||
shadow-sm
|
shadow-sm
|
||||||
w-fit
|
min-w-[420px]
|
||||||
|
w-[70vw]
|
||||||
rounded
|
rounded
|
||||||
p-5
|
p-5
|
||||||
`}>
|
`}>
|
||||||
|
|
@ -39,6 +40,7 @@ import contacts from "@/constants/contacts";
|
||||||
flex
|
flex
|
||||||
flex-wrap
|
flex-wrap
|
||||||
gap-3
|
gap-3
|
||||||
|
min-w-[400px]
|
||||||
w-[70vw]
|
w-[70vw]
|
||||||
p-5
|
p-5
|
||||||
`}>
|
`}>
|
||||||
|
|
@ -58,6 +60,7 @@ import contacts from "@/constants/contacts";
|
||||||
flex
|
flex
|
||||||
flex-wrap
|
flex-wrap
|
||||||
gap-3
|
gap-3
|
||||||
|
min-w-[400px]
|
||||||
w-[70vw]
|
w-[70vw]
|
||||||
p-5
|
p-5
|
||||||
`}>
|
`}>
|
||||||
|
|
@ -77,6 +80,7 @@ import contacts from "@/constants/contacts";
|
||||||
flex
|
flex
|
||||||
flex-col
|
flex-col
|
||||||
gap-3
|
gap-3
|
||||||
|
min-w-[400px]
|
||||||
w-[70vw]
|
w-[70vw]
|
||||||
p-5
|
p-5
|
||||||
`}>
|
`}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue