Skip to content

Commit

Permalink
Make the logo animate on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 21, 2024
1 parent 1196f08 commit 47945d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ nav a:hover {
.logo {
height: 32px;
width: auto;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-link:hover .logo {
transform: scale(1.05);
filter: brightness(1.2);
}

.logo-link {
Expand Down

0 comments on commit 47945d6

Please sign in to comment.