Skip to content

Commit

Permalink
fix documentation button spacing pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolalombardim committed Oct 21, 2023
1 parent 8c17689 commit 49eb4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const ExplorerFooter: React.FC = () => {
sm={4}
xs={5}
md={3}
style={isMobileSmall ? { gap: 8 } : { marginLeft: -40, gap: 8 }}
style={isMobileSmall ? { gap: 8 } : { marginLeft: -35, gap: 8 }}
justifyContent={isMobileSmall ? "flex-start" : "flex-end"}
>
<LogoItem src={Help} />
Expand Down

0 comments on commit 49eb4c1

Please sign in to comment.