Skip to content

Commit

Permalink
Justerte header på mobil
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifjohansen committed Jan 20, 2025
1 parent 02b622e commit d1792ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Header() {
"flex text-white no-underline items-center text-text-subtle bg-transparent hover:underline hover:bg-transparent navds-button navds-button--medium";
return (
<div style={{background: "rgba(19,17,54)"}}>
<header className="flex py-1 z-10 items-center sm:w-5/6 max-w-[80rem] m-auto justify-between">
<header className="flex py-1 z-10 items-center w-5/6 max-w-[80rem] m-auto justify-between">
<div className="flex items-stretch">
<Link data-umami-event="Delta-logo besøkt" className={linkButton} href="/">
<span className="text-2xl whitespace-nowrap text-white">Skup</span>
Expand Down

0 comments on commit d1792ad

Please sign in to comment.