Skip to content

Commit

Permalink
hover bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chaanakyaaM committed Oct 13, 2024
1 parent 63a89c0 commit 3c3e484
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 3c3e484

Please sign in to comment.