Skip to content

Commit

Permalink
alteracao sombreamento do card-produto
Browse files Browse the repository at this point in the history
  • Loading branch information
Debora-Carvalho committed Jun 13, 2024
1 parent ccb926e commit 93e249c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,9 @@ main {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 18%; /* Ajuste conforme necessário para 5 produtos por linha */
width: 18%;
margin: 1rem 0.5rem;
text-align: left;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 10px;
overflow: hidden;
padding: 1rem;
Expand All @@ -272,7 +271,7 @@ main {
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.botao-favoritar {
Expand Down

0 comments on commit 93e249c

Please sign in to comment.