Skip to content

Commit

Permalink
page list category
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxvu committed Nov 18, 2024
1 parent 40c7e35 commit 7ff77f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/CategoryList/CategoryList.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// src/features/CategoryList/CategoryList.scss
.category-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 20px;
}
Expand Down

0 comments on commit 7ff77f2

Please sign in to comment.