Skip to content

Commit

Permalink
fix: padding in category
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Dec 22, 2023
1 parent abe4deb commit 1fd943e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/category/category.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@
.category__sorting {
width: 328px;
margin-right: 20px;
padding-top: 58px;

@media screen and (width <= 768px) {
padding-top: 0;
margin-right: 0;
max-width: 280px;
}
Expand Down

0 comments on commit 1fd943e

Please sign in to comment.