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

Commit ec918fe

Browse files
committed
deleted own centering css
1 parent 7b61829 commit ec918fe

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/components/basicElements/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function LoginInput(props: LoginInputInterface) {
123123

124124
return (
125125
<Container className="login-input">
126-
<Row className="mt-4">
126+
<Row className="mt-4 justify-content-md-center">
127127
<Col>
128128
<Form onSubmit={handleSubmit}>
129129
<Form.Group controlId="formBasicUsername">

src/style/helpers.scss

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

42-
.login-intro .row {
43-
justify-content: center;
44-
}
45-
46-
.login-input .row:first-child {
47-
justify-content: center;
48-
}
49-
5042
.login-input .row:first-child .col {
5143
max-width: 450px;
5244
}

0 commit comments

Comments
 (0)