Skip to content

Commit

Permalink
minor spacing change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 24, 2023
1 parent 58af334 commit 5b72696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Login() {
}}
>
<Image
style={{ marginBottom: '2rem' }}
style={{ marginBottom: '4rem' }}
src='/images/peerdb-combinedMark.svg'
alt='PeerDB'
width={400}
Expand Down Expand Up @@ -84,7 +84,7 @@ export default function Login() {
</div>
<Button
style={{
marginTop: '1rem',
marginTop: '2rem',
width: '6em',
height: '2em',
boxShadow: '0px 4px 4px rgba(0,0,0,0.15)',
Expand All @@ -100,6 +100,7 @@ export default function Login() {
borderRadius: '0.2rem',
padding: '0.5rem',
color: '#d46363',
marginTop: '1rem',
}}
>
{error}
Expand Down

0 comments on commit 5b72696

Please sign in to comment.