Skip to content

Commit

Permalink
updated info position
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Dec 16, 2023
1 parent 6932c17 commit 857e62b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/frontend/src/views/LoginOrGenerate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ const InfoBox = styled("div")(() => ({
display: "flex",
alignItems: "flex-start", // Align items to the top of the flex container
position: "absolute",
bottom: "32px",
bottom: "20px",
marginBottom: "32px",
right: "20px",
width: "400px",
height: "120px",
backgroundColor: "rgba(0, 0, 0, 0.85)",
Expand Down

0 comments on commit 857e62b

Please sign in to comment.