UNPKG

gatsby-theme-guitar-book

Version:

A Gatsby theme for building guitar book websites

13 lines (11 loc) 248 B
import breakpoints from '../utils/breakpoints'; import styled from '@emotion/styled'; export default styled.div({ padding: '40px 56px 0', [breakpoints.md]: { padding: '32px 48px' }, [breakpoints.sm]: { padding: '24px 32px' } });