Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
huhliar committed Aug 28, 2024
1 parent 12e8992 commit 119df37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/blocks/testimonials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
background-color: #fff;
border-radius: 16px;

@include hover(transform, scale(1.1));
&:hover {
transform: scale(1.1);
transition: 0.7s;
}
}

&__container-title {
Expand Down

0 comments on commit 119df37

Please sign in to comment.