Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
Signed-off-by: SHRAVANI KAWARE <[email protected]>
  • Loading branch information
ShravaniAK committed Sep 11, 2023
1 parent 7e3f1c2 commit 20b0beb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/products/pricing.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,11 +497,14 @@ height: 100%;
font-size: 40px;
}
}
@media (max-width: 600px){
.product_cards .card{
width:440px;
}
}
@media (max-width: 509px) {
.product_cards .card {
width: 400px;
height:400px;
margin: 14px;
}
}
Expand All @@ -514,7 +517,7 @@ height: 100%;
width: 320px;
}
}
@media (max-width: 408px) {
@media (max-width: 418px) {
.product_hero {
justify-content: center;
margin: auto;
Expand Down Expand Up @@ -542,7 +545,6 @@ height: 100%;
}
.product_cards .card {
width: 320px;
height:420px;
margin: 14px;
}
}
Expand All @@ -553,6 +555,7 @@ height: 100%;
.product_cards .card {
width:280px;
padding: 16px;
}
.card_head {
margin: 0;
Expand Down

0 comments on commit 20b0beb

Please sign in to comment.