Skip to content

Commit

Permalink
fix: category title
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldszar committed Aug 30, 2023
1 parent 36cc69c commit 83be1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/browser/components/CategoryTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Wrapper = styled.div`
`;

const Inner = styled.div`
${tw`flex flex-col place-items-center py-6 relative z-10`}
${tw`flex flex-col place-items-center p-6 relative z-10`}
`;

const Background = styled.div`
Expand All @@ -33,7 +33,7 @@ const ThumbnailImage = styled(Image)`
`;

const Name = styled.div`
${tw`font-bold text-2xl`}
${tw`font-bold text-2xl text-center`}
`;

const TabList = styled.div`
Expand Down

0 comments on commit 83be1ab

Please sign in to comment.