Skip to content

Commit

Permalink
mirror initialize ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Aug 2, 2024
1 parent a9059e6 commit d5064a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function LoginPage() {
const handlePasswordChange = (event: ChangeEvent<HTMLInputElement>) => { setPassword(event.target.value) }
return (
<>
<div style={{ backgroundColor: "#262626", height: "7.5vh" }}>
<div style={{ backgroundColor: "#262626", height: "6.5vh" }}>
<div style={{ marginLeft: "30px" }}>
<Logo />
</div>
Expand All @@ -52,7 +52,7 @@ export default function LoginPage() {
alignContent: "center",
justifyContent: "center",
flexWrap: "wrap",
height: "92.5vh",
height: "93.5vh",
}}>
<div className="p-panel" style={{
width: "35rem",
Expand Down

0 comments on commit d5064a7

Please sign in to comment.