Skip to content

Commit

Permalink
add suggested improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pogorielova committed Oct 21, 2024
1 parent 3bf1245 commit 9805705
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/styles/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
display: grid;
grid-template-columns: repeat(1, 1fr);
justify-items: center;
justify-content: center;
gap: 46px 48px;

@media (min-width: 488px) {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/product-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}

&:hover {
transform: scale(120%);
transform: scale(1.2);

.product-card__title {
color: $hoverTitle;
Expand Down

0 comments on commit 9805705

Please sign in to comment.