UNPKG

gatsby-theme-guitar-book

Version:

A Gatsby theme for building guitar book websites

11 lines (8 loc) 183 B
import styled from '@emotion/styled'; const FlexWrapper = styled.div({ display: 'flex', minHeight: '100vh', maxWidth: 1440, margin: '0 auto' }); export default FlexWrapper;