Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 02b7079

Browse files
committed
alignment changes
1 parent 936aecc commit 02b7079

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/basicElements/Login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function Login(): ReactElement {
3333

3434
return (
3535
<Container fluid className="h-100 ml-0 mr-0 login-page">
36-
<Container fluid className="login-container bg-body-bg">
37-
<Container>
36+
<Container fluid className="login-container">
37+
<Container className="login-intro">
3838
<Row className="justify-content-md-center">
3939
<Image rounded src={logo} height="200px" width="auto"/>
4040
</Row>

src/style/helpers.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ root {
3939
padding-top: 15px
4040
}
4141

42+
.login-intro .row {
43+
justify-content: center;
44+
}
45+
4246
.login-input .row:first-child {
4347
justify-content: center;
4448
}

0 commit comments

Comments
 (0)