fixed alignment issues on local credentials front end

This commit is contained in:
Carter 2026-05-20 12:08:43 -06:00
parent 0410a5ccae
commit dd25770a07
3 changed files with 21 additions and 8 deletions

View file

@ -32,7 +32,7 @@ const useStyles = makeStyles((theme: Theme) => ({
paddingBottom: 0,
},
[theme.breakpoints.up("md")]: {
paddingLeft: theme.spacing(9)
paddingLeft: theme.spacing(8)
},
},
container: {
@ -195,4 +195,4 @@ export default function UserWrapper(props: Props) {
</AppThemeProvider>
</StateProvider>
)
}
}