Skip to content

Commit

Permalink
Signup form responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-singhhh committed Oct 9, 2024
1 parent 1ee890e commit e267acb
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 e267acb

Please sign in to comment.