Skip to content

Commit

Permalink
update style mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmegalodon committed Jan 20, 2024
1 parent f916dc5 commit 348dae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Whitelist = () => {
) : (
<AppLoading />
)}
<Box mt="40px" />
<Box mt={['0px', '40px']} />
</>
);
};
Expand Down

0 comments on commit 348dae5

Please sign in to comment.