Skip to content

Commit

Permalink
update footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Dec 23, 2024
1 parent 13a05fb commit d82177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Copyright = () => (

export function Footer() {
return (
<footer className="footer fixed bottom-0 left-0 w-full px-4 pt-2 pb-4 md:px-12 flex items-end justify-between">
<footer className="items-end justify-between px-4 pt-2 pb-4 md:px-12 footer">
<div className="flex flex-col gap-2">
<Copyright />
<div className="flex gap-4">
Expand Down

0 comments on commit d82177f

Please sign in to comment.