Skip to content

Commit 94fddeb

Browse files
committed
Fixes spacing issues
1 parent 3cc71e1 commit 94fddeb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/Jury/Jury.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ function Jury() {
7272
display: "flex",
7373
justifyContent: "space-between",
7474
alignItems: "center",
75+
pb: 2
7576
}}
7677
>
77-
<Typography variant={"h2"} gutterBottom>
78+
<Typography variant={"h2"}>
7879
Jury
7980
</Typography>
8081
<Stack direction={"row"} spacing={1} alignItems={"center"}>

src/components/Speakers/Speakers.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ function Speakers() {
4949
display: "flex",
5050
justifyContent: "space-between",
5151
alignItems: "center",
52+
pb: 2
5253
}}
5354
>
54-
<Typography variant={"h2"} gutterBottom>
55+
<Typography variant={"h2"}>
5556
Speaker
5657
</Typography>
5758
<Stack direction={"row"} spacing={1} alignItems={"center"}>

0 commit comments

Comments
 (0)