We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fcd2e commit 9054859Copy full SHA for 9054859
_includes/header.html
@@ -6,7 +6,7 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
6
7
<div class="fixed xl:hidden left-0 top-7 z-10 flex w-screen min-h-18 justify-center">
8
<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)]">
+ 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)]">
10
<div class="flex items-center justify-between gap-2">
11
<a href="/" class="flex h-full items-center">
12
<img src="/img/common/header-logo.webp" class="w-full max-w-[250px] max-h-full"
0 commit comments