Skip to content

Commit

Permalink
Updated style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika-1082005 committed Oct 22, 2023
1 parent 69bf2d2 commit a13c9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ nav .nav_buttons {
align-items: center;
height: 32px;
cursor: pointer;
transition: transform 0.2s ease-in-out;
transition: transform 0.75s ease-in-out;
}

.imgWrapper i {
Expand All @@ -775,7 +775,7 @@ nav .nav_buttons {
}

.imgWrapper:hover {
transform: scale(1.1);
transform: translateY(-3px);
}

.lower_part {
Expand Down

0 comments on commit a13c9c0

Please sign in to comment.