Skip to content

Commit

Permalink
Merge pull request #96 from javiercr/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alloy authored Sep 2, 2019
2 parents cf9c454 + 4fefa00 commit 667c8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ import { createMedia } from "@artsy/fresnel"
const { MediaContextProvider, Media } = createMedia({
breakpoints: {
sm: 0,
md: 768
md: 768,
lg: 1024,
xl: 1192,
xl: 1192
},
})

Expand Down

0 comments on commit 667c8c3

Please sign in to comment.