Før flytting av postnummer

This commit is contained in:
Erol Haagenrud 2026-05-13 20:38:25 +02:00
parent 967f84efb2
commit b088845216
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View file

@ -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