Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
feat: add new breakpoint (#628)
Browse files Browse the repository at this point in the history
* feat: add new breakpoints

* fix: error in implementing breakpoints

I made an error, I added the new content areas from @nordnet/grid here instead of the breakpoints.

* fix: make 1300 breakpoint 1440
  • Loading branch information
jacob-work authored and mjmonline committed Jun 19, 2019
1 parent ff562b6 commit c2b139f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/breakpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const breakpoints = {
xs: false,
sm: 768,
md: 992,
lg: 1300,
lg: 1440,
xl: 1680
};

export default function createBreakpoints() {
Expand Down

1 comment on commit c2b139f

@vercel
Copy link

@vercel vercel bot commented on c2b139f Jun 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.