Før flytting av postnummer
This commit is contained in:
parent
967f84efb2
commit
b088845216
2 changed files with 1 additions and 1 deletions
BIN
Skjermbilde fra 2026-05-13 20-35-30.png
Normal file
BIN
Skjermbilde fra 2026-05-13 20-35-30.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
|
|
@ -265,7 +265,7 @@ export default function Header() {
|
|||
</div>
|
||||
|
||||
{isOpen && (
|
||||
<div className="absolute left-0 top-20 max-h-[calc(100dvh-5rem)] w-full overflow-y-auto overscroll-y-contain border-b border-white/10 bg-[#25312A] px-6 py-6 shadow-2xl md:hidden">
|
||||
<div className="absolute left-0 top-20 max-h-[calc(100dvh-5rem)] w-full overflow-y-auto overscroll-y-contain border-b border-white/10 bg-[#25312A] px-6 py-6 shadow-2xl lg:hidden">
|
||||
<div className="flex flex-col gap-5 pb-[calc(env(safe-area-inset-bottom)+3rem)]">
|
||||
{primaryNavItems.map((item) => (
|
||||
<Link
|
||||
|
|
|
|||
Loading…
Reference in a new issue