Skip to content

Commit

Permalink
Merge pull request #22 from aditya-singhhh/opensource
Browse files Browse the repository at this point in the history
Signup form responsiveness
  • Loading branch information
Dbrightson authored Oct 10, 2024
2 parents a6cab4a + e267acb commit e0be911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Login/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
position: absolute;
top: 0;
height: 100%;
overflow: scroll;
transition: all 0.6s ease-in-out;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -195,7 +196,7 @@
color: white;
font-weight: bold;
margin-top: 24px;
padding: 10px 80px; /* Adjust padding as needed */
padding: 10px 20px; /* Adjust padding as needed */
border: none;
border-radius: 5px;
cursor: pointer;
Expand Down

0 comments on commit e0be911

Please sign in to comment.