Skip to content

Commit 35fcd2e

Browse files
committed
ナビバーのサイズを調整
1 parent 32e0112 commit 35fcd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
44
</a>
55
</h1>
66

7-
<div class="fixed xl:hidden left-0 top-9 z-10 flex w-screen min-h-18 justify-center">
7+
<div class="fixed xl:hidden left-0 top-7 z-10 flex w-screen min-h-18 justify-center">
88
<div
9-
class="flex flex-col h-full w-[calc(100%-max(10%,32px))] items-stretch rounded-[10px] bg-[#f5f5f5] px-4 py-2 shadow-[7px_7px_10px_rgba(125,125,125,0.15)] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)]">
9+
class="flex flex-col h-full w-[calc(100%-max(10%,32px))] items-stretch rounded-[10px] bg-[#f5f5f5] px-5 py-3 shadow-[7px_7px_10px_rgba(125,125,125,0.15)] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)]">
1010
<div class="flex items-center justify-between gap-2">
1111
<a href="/" class="flex h-full items-center">
1212
<img src="/img/common/header-logo.webp" class="w-full max-w-[250px] max-h-full"

0 commit comments

Comments
 (0)