fix: equal width for CTA tiles on /pool (#6170)

This commit is contained in:
Vignesh Mohankumar 2023-03-16 16:07:17 -04:00 committed by GitHub
parent f48356d0fb
commit ac50555647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;