diff --git a/src/pages/Pool/CTACards.tsx b/src/pages/Pool/CTACards.tsx index 8b04bb502e..6156b0947e 100644 --- a/src/pages/Pool/CTACards.tsx +++ b/src/pages/Pool/CTACards.tsx @@ -9,7 +9,7 @@ import { ExternalLink } from '../../theme' const CTASection = styled.section` display: grid; - grid-template-columns: 2fr 1.5fr; + grid-template-columns: 1fr 1fr; gap: 8px; opacity: 0.8;