Skip to content

Commit

Permalink
fix: Update width of next/prev component, resolves #569 (#648)
Browse files Browse the repository at this point in the history
* chore: Update width of next/prev component, resolves #569

* fix: match footer grid offset

Co-authored-by: Vince Picone <vpicone@gmail.com>
  • Loading branch information
xxxle0 and vpicone committed Jan 15, 2020
1 parent bd32c57 commit 0d3133c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

@include carbon--breakpoint('lg') {
padding: 0;
padding-left: calc(25% + 1rem);
padding-left: 25%;
}

@include carbon--breakpoint('max') {
padding-left: calc(400px - 1rem);
padding-left: calc(400px - 2rem);
}
}

Expand Down

1 comment on commit 0d3133c

@vercel
Copy link

@vercel vercel bot commented on 0d3133c Jan 15, 2020

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.