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 3cc71e1 commit 94fddebCopy full SHA for 94fddeb
src/components/Jury/Jury.jsx
@@ -72,9 +72,10 @@ function Jury() {
72
display: "flex",
73
justifyContent: "space-between",
74
alignItems: "center",
75
+ pb: 2
76
}}
77
>
- <Typography variant={"h2"} gutterBottom>
78
+ <Typography variant={"h2"}>
79
Jury
80
</Typography>
81
<Stack direction={"row"} spacing={1} alignItems={"center"}>
src/components/Speakers/Speakers.jsx
@@ -49,9 +49,10 @@ function Speakers() {
49
50
51
52
53
54
55
56
Speaker
57
58
0 commit comments