Skip to content

Commit

Permalink
Fix: change footer size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamy committed Jul 11, 2024
1 parent e78de25 commit feccee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Region.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const Footer = styled("div", {
justifyContent: "flex-end",
position: "absolute",
bottom: 0,
left: 0,
width: "100%",
right: 0,
width: "fit-content",
padding: "10px",
},
});
Expand Down

0 comments on commit feccee5

Please sign in to comment.