Skip to content

Commit

Permalink
min-h-[50px] footer
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jul 22, 2024
1 parent 3504997 commit 4a9d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Footer = () => (
aria-label="Innholdet for bunnteksten med copyright"
data-testid="footer"
>
<div className="mt-8 bg-slate-800 shadow">
<div className="mt-8 bg-slate-800 shadow min-h-[50px]">
<div className="w-full mx-auto p-6 text-center font-semibold">
<div className="flex justify-center items-center space-x-2">
<span>Copyright Daniel Fjeldstad</span>
Expand Down

0 comments on commit 4a9d0eb

Please sign in to comment.