Skip to content

Commit 9054859

Browse files
committed
ナビバーとbodyのroundedが調和するようにナビバーの横幅を調整
1 parent 35fcd2e commit 9054859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
66

77
<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-5 py-3 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%-60px)] 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)