Skip to content

Commit

Permalink
width
Browse files Browse the repository at this point in the history
  • Loading branch information
Lescano713 committed Sep 1, 2024
1 parent 80c21ca commit 9d6d185
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ section{
border-radius: 10px;
align-self: flex-start;
min-height: 15em;
max-width: 90%;
width: 20em;
min-width: 30% ;
background: url('./assets/images/illustration-empty-cart.svg') no-repeat center;
height: auto;
padding: 1.5em;
Expand Down Expand Up @@ -276,8 +279,8 @@ section{
display: block;
}
}
@media(min-width: 720px ){
@media(min-width: 820px ){
.principal-container{
grid-template-columns: 1fr 0.4fr;
grid-template-columns: 1fr 0.5fr;
}
}

0 comments on commit 9d6d185

Please sign in to comment.