Skip to content

Commit

Permalink
fix: update grid padding at large breakpoint (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph authored Oct 4, 2021
1 parent 52424b1 commit e0e18d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@include carbon--breakpoint('lg') {
padding-left: calc(
25% + 2rem
25% + 1.5rem
); //2rem to account for 2rem left padding default on grid
padding-right: 2rem;
}
Expand Down

1 comment on commit e0e18d3

@vercel
Copy link

@vercel vercel bot commented on e0e18d3 Oct 4, 2021

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.