restored old widths

This commit is contained in:
Carter 2026-05-20 15:33:40 -06:00
parent dad451c6af
commit a84c09a5c8
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ const useStyles = makeStyles((theme: Theme) => ({
paddingBottom: 0, paddingBottom: 0,
}, },
[theme.breakpoints.up("md")]: { [theme.breakpoints.up("md")]: {
paddingLeft: theme.spacing(8) paddingLeft: theme.spacing(9)
}, },
}, },
container: { container: {

View file

@ -53,7 +53,7 @@ import CNHiIcon from "products/CommonIcons/cnhiIcon";
import LibraCartIcon from "products/CommonIcons/libracartIcon"; import LibraCartIcon from "products/CommonIcons/libracartIcon";
const drawerWidth = 230; const drawerWidth = 230;
const closedDrawerWidth = 8; const closedDrawerWidth = 9.25;
const useStyles = makeStyles((theme: Theme) => ({ const useStyles = makeStyles((theme: Theme) => ({
sideMenu: { sideMenu: {