Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
West-u committed Dec 9, 2024
1 parent 1274b41 commit 8f0d10c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/components/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
align-items: center;
padding: 50px 40px;

&:hover .cards__laptop-titel {
transform: scale(1.2);
color: #34568b;
}

&__laptop {
width: 200px;
background-color: var.$color__white;
Expand Down Expand Up @@ -129,3 +124,8 @@
grid-template-columns: repeat(4, 200px);
}
}

.cards__laptop:hover .cards__laptop-titel {
transform: scale(1.2);
color: #34568b;
}

0 comments on commit 8f0d10c

Please sign in to comment.