style: marginTop should be removed when triggered breakpoint in captchaContainer (#105)

This commit is contained in:
Aruelius.L 2022-05-02 10:31:09 +08:00 committed by GitHub
parent 358687157c
commit 95d22920dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ export const useStyle = makeStyles((theme) => ({
marginTop: "10px",
alignItems: 'center',
[theme.breakpoints.down("sm")]: {
marginTop: 0,
display: "block",
},
},