File size: 240 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
import { style } from '@vanilla-extract/css'
import { vars } from '../../styles/theme-contract.css'
export const block = style({
maxWidth: 630,
})
export const blockCopy = style({
padding: `${vars.space['20']} 0`,
maxWidth: 600,
})
|