Skip to content

Commit bc5084f

Browse files
committed
fix(accordion): use carbon breakpoints
1 parent 1c7eb59 commit bc5084f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/src/components/accordion/_accordion.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@
101101
padding-right: $carbon--spacing-05;
102102

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

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

0 commit comments

Comments
 (0)