We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b66911 commit 2c402a2Copy full SHA for 2c402a2
frontend/src/pages/RecruiterHome.jsx
@@ -129,7 +129,7 @@ function RecruiterHome() {
129
<Box sx={{ flexGrow: 1, marginTop: "20px" }}>
130
<Grid container spacing={2}>
131
{jobs.map((job) => (
132
- <Grid item xs={12} md={12} key={job.id}>
+ <Grid item xs={12} key={job.id}>
133
<Card className="jobContainer">
134
<CardContent className="CardContent">
135
<Typography
frontend/src/styles/RecruiterHome.css
@@ -31,8 +31,8 @@
31
min-width: 500px;
32
min-height: 200px;
33
margin-bottom: 20px;
34
- margin-left: 20px;
35
- margin-right: 20px;
+ margin-left: auto;
+ margin-right: auto;
36
}
37
38
.jobTitle {
0 commit comments