Merge branch 'staging_environment' into imperial_bushels

This commit is contained in:
csawatzky 2026-03-06 10:45:33 -06:00
commit c09bd9c6d1
20 changed files with 492 additions and 271 deletions

View file

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