Skip to content

Commit

Permalink
fix: menu title padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Sep 27, 2024
1 parent 898729d commit 84723de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/features/menu/MenuTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const MenuTitle = ({
alignItems="center"
w="100%"
py={{ base: "16px", lg: "30px" }}
pl={{ base: undefined, lg: "16px" }}
// mt={{ base: "0", lg: "48px" }}
// mb={{ base: "16px", lg: "48px" }}
bgColor="white"
Expand Down

0 comments on commit 84723de

Please sign in to comment.