Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
o6ez9na committed Dec 1, 2024
1 parent a280b4a commit 8f991a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/main-page/Garden/garden.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
display: flex;
justify-content: space-around;
align-items: center;
gap: 10px;
}

.container-plot-products {
Expand Down Expand Up @@ -175,7 +176,7 @@
}

.plot-card-img {
width: 600px;
width: 300px;
transition: 0.5s ease;
height: 100%;
border-radius: 20px;
Expand Down

0 comments on commit 8f991a0

Please sign in to comment.