Skip to content

Commit

Permalink
fix(accordion): use carbon breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jan 16, 2020
1 parent 1c7eb59 commit bc5084f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
padding-right: $carbon--spacing-05;

// Custom breakpoints based on issue #4993
@media (min-width: 480px) {
@include carbon--breakpoint-up(480px) {
padding-right: $carbon--spacing-09;
}

@media (min-width: 640px) {
@include carbon--breakpoint-up(640px) {
padding-right: 25%;
}

Expand Down

0 comments on commit bc5084f

Please sign in to comment.