Skip to content

Commit

Permalink
fix(whitespace): breakpoint consistency
Browse files Browse the repository at this point in the history
We need to make sure there is consistency to our whitespace. It should
max out at 767px, not 768 - so there will be no overlap
  • Loading branch information
jefflembeck committed May 10, 2016
1 parent 5ed7324 commit 994c318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/whitespace/package.json
@@ -1,5 +1,5 @@
{
"homepage": "http://styleguide.pivotal.io/all.html#list_whitespace",
"dependencies": {},
"version": "2.1.0"
"version": "2.1.1"
}
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/whitespace/whitespace.scss
Expand Up @@ -65,7 +65,7 @@ See [list spacing][list_whitespace].

@include whitespace(($whitespace-s, $whitespace-m, $whitespace-l, $whitespace-xl, $whitespace-xxl, $whitespace-xxxl, $whitespace-xxxxl), 4, (p,m,g));

@media all and (max-width: $screen-sm) {
@media all and (max-width: $screen-sm-max) {
@include whitespace(($whitespace-screen-sm-s, $whitespace-screen-sm-m, $whitespace-screen-sm-l, $whitespace-screen-sm-xl, $whitespace-screen-sm-xxl, $whitespace-screen-sm-xxxl, $whitespace-screen-sm-xxxxl), 4);
}

Expand Down

0 comments on commit 994c318

Please sign in to comment.