Skip to content

Commit

Permalink
add duration 300ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Valbel93 committed Dec 9, 2024
1 parent 35e3b6d commit ccfcc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main {
justify-content: center;

&:hover {
transition-duration: 0.3s;
transition-duration: 300ms;
transform: scale(1.2);
}
}
Expand All @@ -37,7 +37,7 @@ main {
}

.card:hover .card__title {
color: var(--blue-accent);
color: #34568b;
}

.card__code {
Expand Down

0 comments on commit ccfcc04

Please sign in to comment.