Skip to content

Commit

Permalink
login page top margin to have some gap
Browse files Browse the repository at this point in the history
  • Loading branch information
MAX-786 committed Jul 5, 2024
1 parent 43e92b6 commit bdba299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Login = (props) => {
<div id="page-login">
<Helmet title={intl.formatMessage(messages.Login)} />
<Container>
<Grid centered>
<Grid centered style={{ marginTop: '10px' }}>
<Grid.Column>
<Segment raised>
<Header as="h1" textAlign="center">
Expand Down

0 comments on commit bdba299

Please sign in to comment.