CE-740 Adjusting grid padding to 20px; overall body padding to 20px, and margin-let to account for resized sidenav

This commit is contained in:
2023-11-15 11:09:59 -06:00
parent 924e657531
commit 6c3bfa776a
2 changed files with 10 additions and 3 deletions

View File

@ -574,4 +574,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
padding-right: 8px; /* pad-right for about half the width of a scrollbar.. */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}
}
/* change grid padding to 20px down from default 24px */
.MuiGrid-item
{
padding-left: 20px !important;
padding-top: 20px !important;
}