Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions pages/orchestrators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@ const OrchestratorsPage = ({
>
<Flex
align="center"
css={{ marginBottom: "$3", justifyContent: "space-between" }}
css={{
marginBottom: "$3",
justifyContent: "center",
flexWrap: "wrap",
gap: "$3",
"@bp1": {
justifyContent: "space-between",
},
}}
>
<Heading size="2" as="h1" css={{ fontWeight: 700 }}>
Orchestrators
Expand All @@ -66,7 +74,6 @@ const OrchestratorsPage = ({
css={{
color: "$hiContrast",
fontSize: "$2",
marginRight: "$2",
}}
>
Performance Leaderboard
Expand Down