Skip to content

Commit

Permalink
confilt solve
Browse files Browse the repository at this point in the history
  • Loading branch information
GOURAVSINGH19 committed May 13, 2024
1 parent 9595969 commit 36889f2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 45 deletions.
Binary file removed src/pages/About/Animesh.jpeg
Binary file not shown.
34 changes: 0 additions & 34 deletions src/pages/About/Data.js

This file was deleted.

Binary file removed src/pages/About/Debanjan.jpeg
Binary file not shown.
Binary file removed src/pages/About/Rishi.jpeg
Binary file not shown.
Binary file removed src/pages/About/Rohit.jpeg
Binary file not shown.
1 change: 0 additions & 1 deletion src/pages/SignUp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const SignUp = () => {
}
createUserWithEmailAndPassword(auth, formFields.email, formFields.password)
.then((userCredential) => {
//console.log("User signed up successfully:", userCredential.user);
setShowLoader(false);
setFormFields({
email: "",
Expand Down
25 changes: 15 additions & 10 deletions src/pages/SignUp/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
.loginWrapper .card {
width: 650px;
margin: auto;

padding: 40px;
border: 0px !important;
overflow: hidden;
}
.loginWrapper .card h3 {
font-weight: 500;
Expand Down Expand Up @@ -62,14 +62,19 @@
background: rgba(255, 255, 255, 0.5) !important;
}


@media (max-width: 586px) {
.loginWrapper .card {
width: 650px;
margin: auto;
height: auto;
padding: 40px;
border: 0px !important;
}
.loginWrapper .card {
width: 650px;
margin: auto;
height: auto;
padding: 40px;
border: 0px !important;
}

.loginWrapper .card .MuiFormLabel-root {
line-height: 43px !important;
color: #000 !important;
font-size: 18px !important;
margin-left: 4px;
}

}

0 comments on commit 36889f2

Please sign in to comment.