Skip to content

Commit

Permalink
SOLUTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Valbel93 committed Dec 9, 2024
1 parent 85d7a58 commit b2384d2
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 @@ -15,9 +15,9 @@ main {
height: 406px;
background-color: var(--white);
justify-content: center;
transition-duration: 300ms;

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

.card:hover .card__title {
color: var(--font-family);
color: var(--blue-accent);
}

.card__code {
Expand Down

0 comments on commit b2384d2

Please sign in to comment.