Skip to content

Commit

Permalink
Update login.ejs
Browse files Browse the repository at this point in the history
Signed-off-by: MD03 <115721290+manikdamle@users.noreply.github.com>
  • Loading branch information
manikdamle authored Oct 11, 2024
1 parent 9a036f3 commit a670dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
color: aqua;
cursor: pointer;
position: absolute; /* Make it absolute */
right: 50px; /* Position it to the right */
right: 10px; /* Position it to the right */
top: 50%; /* Center it vertically */
transform: translateY(-50%) ;/* Adjust for centering */
pointer-events: auto; /* Allow clicks on the icon */
Expand Down

0 comments on commit a670dad

Please sign in to comment.