Skip to content

Commit

Permalink
Update productList.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Abusalem9 committed Apr 2, 2022
1 parent 5864e7d commit 15532c2
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions styles/productList.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
padding-top: 10px;
display: grid;
grid-template-columns: repeat(3,422px);
/* margin-left: 26%; */
overflow: scroll;
height: 1080px;
overflow-x: hidden;


box-sizing: border-box;
}
#right::-webkit-scrollbar {
display: none;
Expand Down Expand Up @@ -88,29 +86,3 @@ opacity: 50%;
overflow-x: hidden;
}

@media only screen and (min-width: 350px) and (max-width:1250px) {
#right{
display: grid;
grid-template-columns: repeat(2,422px);
padding-bottom: 20px;

}
}
@media only screen and (min-width: 1126px) and (max-width:1250px) {
#right{
display: grid;
grid-template-columns: repeat(2,350px);
gap:100px;
justify-content:space-between;
box-sizing: border-box;

}
}
@media only screen and (min-width:50px) and (max-width:1125px) {
#right{
display: grid;
grid-template-columns: repeat(1,200px);
width: 1125px;
box-sizing: border-box;
}
}

0 comments on commit 15532c2

Please sign in to comment.