Skip to content

Commit

Permalink
Merge pull request #273 from chaanakyaaM/main
Browse files Browse the repository at this point in the history
hover bug fixed
  • Loading branch information
Gyanthakur authored Oct 13, 2024
2 parents 63a89c0 + 3c3e484 commit c91a25c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,14 @@ body .title {

.profile:hover {
transform: translateY(-2%) scale(1.02);
text-decoration: underline;
color: #FEE5FE;
}

.profile:hover .name {

text-decoration: underline;
}

.profile .lines {
position: absolute;
inset: 0;
Expand Down

0 comments on commit c91a25c

Please sign in to comment.