UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

16 lines (14 loc) 254 B
import { media } from '~theme/breakpoints' export const container = { backgroundColor: 'background', position: 'relative', maxWidth: 960, py: 5, px: 4, variant: 'styles.Container', [media.tablet]: { py: 4, px: 4, pt: 5, }, }