Skip to content

Commit

Permalink
edit footer look
Browse files Browse the repository at this point in the history
  • Loading branch information
jones58 committed Sep 26, 2024
1 parent 515f52d commit e5cd4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import VisitedCount from "../components/visitedCount.tsx";
export function Footer() {
return (
<div
className="fixed bottom-0 w-full py-5 text-2xl font-bold flex flex-col sm:flex-row items-end justify-center sm:justify-between text-center sm:text-left space-x-4 sm:pr-20 whitebg
className="fixed left-0 bottom-0 w-full py-5 text-2xl font-bold flex flex-col sm:flex-row justify-center sm:justify-between items-center sm:items-end text-center sm:text-left space-y-4 sm:space-y-0 sm:space-x-4 sm:px-10 whitebg
"
>
<VisitedCount></VisitedCount>
Expand Down

0 comments on commit e5cd4f8

Please sign in to comment.