wip: cleanup

This commit is contained in:
Jayden Pyles
2024-07-07 13:33:56 -05:00
parent 30e4d5c5f7
commit 6844880c17
12 changed files with 67 additions and 58 deletions

View File

@@ -69,16 +69,17 @@ const JobTable: React.FC<JobTableProps> = ({ jobs }) => {
bgcolor="background.default"
display="flex"
justifyContent="center"
minHeight="100vh"
p={3}
>
<Box
className="flex flex-col justify-center align-center items-center"
className="flex flex-col justify-start align-center items-center"
width="100%"
maxWidth="100%"
bgcolor="background.default"
p={3}
overflow="auto"
>
<Typography variant="h4" gutterBottom>
<Typography variant="h4" gutterBottom sx={{ mt: 3 }}>
Scrape Jobs
</Typography>
<Box sx={{ overflow: "auto", width: "75%" }}>