Skip to content

Commit

Permalink
Login/Register Page responsiveness issue resolved which fixes Bootstr…
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek2x committed Aug 24, 2021
1 parent 045e0e9 commit 386a00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/demo_1/src/app/user-pages/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class Login extends Component {
render() {
return (
<div>
<div className="d-flex align-items-center auth px-0">
<div className="auth mt-5">
<div className="row w-100 mx-0">
<div className="col-lg-4 mx-auto">
<div className="auth-form-light text-left py-5 px-4 px-sm-5">
Expand Down
2 changes: 1 addition & 1 deletion template/demo_1/src/app/user-pages/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class Register extends Component {
render() {
return (
<div>
<div className="d-flex align-items-center auth px-0">
<div className="auth mt-5">
<div className="row w-100 mx-0">
<div className="col-lg-4 mx-auto">
<div className="auth-form-light text-left py-5 px-4 px-sm-5">
Expand Down

0 comments on commit 386a00c

Please sign in to comment.