Skip to content

Commit

Permalink
fix: fix position issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 10, 2020
1 parent adb714e commit 9fac626
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ $selected-color: #fff;
grid-auto-rows: 80px !important;
}
}

.category-selector {
top: 160px !important;
}
}

.category-selector {
Expand All @@ -34,7 +38,8 @@ $selected-color: #fff;
display: flex;
flex: 0 auto;
flex-wrap: wrap;
width: 400px;
width: 480px;
margin-top: 1em;

.category {
width: 120px;
Expand Down

0 comments on commit 9fac626

Please sign in to comment.