Skip to content

Commit

Permalink
Fixed the SignUp and SignIn layout (#248)
Browse files Browse the repository at this point in the history
* fixed the signup and signin container layout

* removed the commented code in footer.js

* Update SignIn.css

* Update SignUp.css

---------

Co-authored-by: Shwet Khatri <[email protected]>
  • Loading branch information
amansgith and ShwetKhatri2001 authored Feb 1, 2024
1 parent 4650e33 commit b0aef6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/SignIn/SignIn.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

.main-sign_in_container{
height: 100vh;
height: 90vh;
width: 100%;
}
.sign-in-container{
position: absolute;
position: relative;
width: 100vh;
height: auto;
max-width: 340px;
Expand Down Expand Up @@ -110,4 +110,4 @@ text-align: start;
}




4 changes: 2 additions & 2 deletions src/components/SignUp/SignUp.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

.main-sign_up_container{
height: 100vh;
height: 90vh;
width: 100%;
}
.sign-up-container{
position: absolute;
position: relative;
width: 100%;
height: auto;
max-width: 340px;
Expand Down

0 comments on commit b0aef6a

Please sign in to comment.