UNPKG

cra-template-rb

Version:

The official React Boilerplate template for Create React App

9 lines (7 loc) 171 B
import styled from 'styled-components/macro'; export const PageWrapper = styled.div` width: 960px; margin: 0 auto; padding: 0 1.5rem; box-sizing: content-box; `;