Skip to content

Commit

Permalink
Realign SignupDialogue elements
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jul 16, 2024
1 parent bbca74e commit e56f92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/web/src/SignupDialogue.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const SignupDialogue = (props) => {
borderTop: "1px solid #828282",
zIndex: 6,
borderTop: "1px solid #828282",
display: "flex",
flexDirection: "column",
alignItems: "center",
}}
>
<h3
Expand Down

0 comments on commit e56f92e

Please sign in to comment.