Skip to content

Commit

Permalink
Fixing title position
Browse files Browse the repository at this point in the history
  • Loading branch information
villepynttari committed Aug 16, 2024
1 parent 9ea812e commit 20dd089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/login/LoginView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const LoginTitle = styled(Typography)(({ theme }) => ({
color: COLORS.BACKGROUND_WHITE,
justifyContent: 'center',
fontSize: '2em',
marginTop: '4%',
marginBottom: '20%'
}));

Expand Down

0 comments on commit 20dd089

Please sign in to comment.