Skip to content

Commit

Permalink
add creative bakery
Browse files Browse the repository at this point in the history
  • Loading branch information
dimon committed Oct 5, 2024
1 parent 1fcc89a commit 69ed275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/block/prodycts.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.prodycts {
// transition: transform 0.5s ease;
transition: transform 0.5s ease;
margin-top: 64px;

// &:hover {
// transform: scale(1.1);
// }
&:hover {
transform: scale(1.1);
}

@include on-tablet {
grid-column: span 4;
Expand Down

0 comments on commit 69ed275

Please sign in to comment.