Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: desktop image cropping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Dec 25, 2023
1 parent f3ea3cd commit f3c7081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const NavigationTabWithoutBorder = ({ tab_data }: NavigationTabWithoutBorderType
}, [pathname])

return (
<Container.Fluid pt="40x" md={{ pt: '20x' }}>
<Container.Fluid pt="40x">
<Flex.Box
padding_block="10x"
gap="6x"
Expand Down

0 comments on commit f3c7081

Please sign in to comment.