Skip to content

Commit

Permalink
fix: responsive-scroll-bar (#8196)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonalikaPatnaik committed Mar 14, 2023
1 parent f683d17 commit 65f8415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_product-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ $decalTop:48px;
display:flex;
}
padding:0;

@media (max-width:1024px){
margin-bottom:50px;
}
}
#attributes_grid {

Expand Down

0 comments on commit 65f8415

Please sign in to comment.