alignment for creating bin button

This commit is contained in:
Carter 2026-02-20 15:58:01 -06:00
parent 472519dc99
commit bdc173ed33
2 changed files with 5232 additions and 3646 deletions

8874
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,9 +27,9 @@ const useStyles = makeStyles((theme: Theme) => {
},
position: "fixed",
bottom: theme.spacing(8), //for mobile navigator
right: theme.spacing(11),
right: theme.spacing(10.25),
[theme.breakpoints.up("sm")]: {
bottom: theme.spacing(2)
bottom: theme.spacing(1.75)
}
},
pulse: {