Skip to content

Commit 5147eec

Browse files
authored
Merge branch 'master' into spacing
2 parents 8466b4c + 204404b commit 5147eec

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

src/collections/events/2025/hacktoberfest-2025/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t
3737
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.
3838
</p>
3939
</div>
40-
<img src={hacktoberfestBadge} style={{ width: '250px', flexShrink: '0', marginLeft: '80px' , marginTop: '-50px' }} />
40+
<img src={hacktoberfestBadge} style={{ width: '250px', flexShrink: '0', marginLeft: '-60px' ,marginRight: '100px', marginTop: '-50px' }} />
4141
</div>
4242

4343
<h3 style={{marginBottom: '10px'}}>Event Details</h3>

src/sections/Company/Legal/cookie-notice/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ const StyledTableContainer = styled(TableContainer)(() => ({
2828
const StyledTableRow = styled(TableRow)(({ theme }) => ({
2929
"&:nth-child(odd)": {
3030
backgroundColor: theme.palette.background.default,
31+
borderRadius: "0px",
3132
},
3233
"&:nth-child(even)": {
3334
backgroundColor: theme.palette.background.secondary,
35+
borderRadius: "0px",
3436
},
3537
}));
3638

@@ -39,7 +41,7 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
3941
fontSize: "0.975rem",
4042
padding: "0.75rem",
4143
borderBottom: `1px solid ${theme.palette.divider}`,
42-
borderRadius: "4px",
44+
borderRadius: "0px",
4345
}));
4446

4547
const StyledHeaderCell = styled(StyledTableCell)(() => ({

src/sections/Company/Legal/privacy/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ const StyledTableContainer = styled(TableContainer)(() => ({
2626
const StyledTableRow = styled(TableRow)(({ theme }) => ({
2727
"&:nth-child(odd)": {
2828
backgroundColor: theme.palette.background.default,
29+
borderRadius: 0,
2930
},
3031
"&:nth-child(even)": {
3132
backgroundColor: theme.palette.background.secondary,
33+
borderRadius: 0,
3234
},
3335
}));
3436

@@ -37,7 +39,8 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
3739
fontSize: "0.975rem",
3840
padding: "0.75rem",
3941
borderBottom: `1px solid ${theme.palette.divider}`,
40-
borderRadius: "4px",
42+
borderRadius: 0,
43+
4144
}));
4245

4346
const StyledHeaderCell = styled(StyledTableCell)(() => ({

src/sections/Company/Legal/sub-processors/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ const StyledTableContainer = styled(TableContainer)(() => ({
2929
const StyledTableRow = styled(TableRow)(({ theme }) => ({
3030
"&:nth-child(odd)": {
3131
backgroundColor: theme.palette.background.default,
32+
borderRadius: "0px",
3233
},
3334
"&:nth-child(even)": {
3435
backgroundColor: theme.palette.background.secondary,
36+
borderRadius: "0px",
3537
},
3638
}));
3739

@@ -40,7 +42,7 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
4042
fontSize: "0.975rem",
4143
padding: "0.75rem",
4244
borderBottom: `1px solid ${theme.palette.divider}`,
43-
borderRadius: "4px",
45+
borderRadius: "0px",
4446
}));
4547

4648
const StyledHeaderCell = styled(StyledTableCell)(() => ({

0 commit comments

Comments
 (0)