prestyled
Version:
React components for styling web projects, based upon Theme UI
21 lines (20 loc) • 405 B
text/typescript
export const landingPage = {
section: {
default: {
backgroundColor: 'background',
minHeight: '60px',
},
primary: {
variant: 'landingPage.section.default',
backgroundColor: 'primary',
},
},
sectionContent: {
default: {
margin: '0 auto',
maxWidth: 'sectionContentMax',
width: ['90%', '90%', '90%', '70%'],
py: [3, 4],
},
},
};