From f0969e24de65ee6e9b0dee099cbb7105ebd96dfb Mon Sep 17 00:00:00 2001 From: fritzschoff Date: Thu, 8 Feb 2024 17:25:22 +0000 Subject: [PATCH] updated lg --- src/sections/governance/ecosystem.tsx | 16 ++++++++++------ src/sections/governance/features.tsx | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/sections/governance/ecosystem.tsx b/src/sections/governance/ecosystem.tsx index f8b69cd1..9cf45308 100644 --- a/src/sections/governance/ecosystem.tsx +++ b/src/sections/governance/ecosystem.tsx @@ -202,7 +202,7 @@ export default function GovernanceEcosystem() { {COUNCILS.map(council => { return ( {council.icon} {council.title} @@ -296,7 +296,7 @@ export default function GovernanceEcosystem() { bg="navy.700" border="1px solid" borderColor="gray.900" - p={{ base: '6' }} + p={{ base: '6', lg: 12 }} mb={{ base: '4' }} zIndex={10} pos="relative" @@ -306,12 +306,16 @@ export default function GovernanceEcosystem() { > - + Learn more about Synthetix Governance @@ -319,7 +323,7 @@ export default function GovernanceEcosystem() { display="inline" fontSize={{ base: '16px' }} color="gray.500" - maxW="700px" + maxW={{ lg: '399px', xl: '700px' }} > Explore Synthetix's governance system. Learn how decisions are made through our community-elected councils and proposals (SIPs and diff --git a/src/sections/governance/features.tsx b/src/sections/governance/features.tsx index b3b641fa..085a16ef 100644 --- a/src/sections/governance/features.tsx +++ b/src/sections/governance/features.tsx @@ -81,7 +81,7 @@ export default function GovernanceFeatures() { {FEATURES.map(feature => { return (