Skip to content

Commit

Permalink
Padding block in categories
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevos committed Oct 6, 2024
1 parent 0708612 commit 49da313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Categories({
{categories?.map(({ category, label }) => (
<label
key={category}
class='flex items-center justify-between px-2 py-0.25 sm:py-1'
class='flex items-center justify-between px-2 py-0.5'
>
<div class='flex items-center gap-x-2 text-base leading-loose sm:leading-relaxed font-medium'>
<CategoryIndicator categories={[category]} />
Expand Down

0 comments on commit 49da313

Please sign in to comment.