Skip to content

Commit

Permalink
Merge pull request #127 from datagrove/bugFix
Browse files Browse the repository at this point in the history
fix height of subject picker on home
  • Loading branch information
r-southworth authored Aug 13, 2024
2 parents dc5c64a + 5c24ea1 commit 767df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/HomeSubjectCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const HomeSubjectCarousel: Component = () => {
<img src={leftArrow.src} alt="Left Arrow" />
</button>

<div class="flex h-[7.5rem] w-full items-start justify-between pt-2">
<div class="flex h-[8rem] w-full items-start justify-between pt-2">
{allCategoryInfo?.map((item) => (
<button
id={item.id}
Expand Down

0 comments on commit 767df44

Please sign in to comment.