Commit ac505556 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

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

parent f48356d0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment