diff --git a/pages/index.tsx b/pages/index.tsx
index 828343e8..0e5b1782 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -370,17 +370,41 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => {
-
+
Orchestrators
-
+
{(process.env.NEXT_PUBLIC_NETWORK == "MAINNET" ||
process.env.NEXT_PUBLIC_NETWORK == "ARBITRUM_ONE") && (
@@ -389,7 +413,14 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => {
css={{
color: "$hiContrast",
fontSize: "$2",
- marginRight: "$2",
+ paddingLeft: 0,
+ paddingRight: 0,
+ marginRight: 0,
+ "@bp1": {
+ paddingLeft: "$2",
+ paddingRight: "$2",
+ marginRight: "$2",
+ },
}}
>
Performance Leaderboard
@@ -397,7 +428,19 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => {
)}
-