Skip to content

Commit

Permalink
fix(content-block-horizontal): address bottom section spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 3, 2022
1 parent a58e288 commit a6d6a28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@
margin-top: $layout-03;

@include carbon--breakpoint('md') {
margin-top: $layout-04;
margin-top: 0;
}
@include carbon--breakpoint('lg') {
margin-top: $layout-06;
margin-top: $layout-05;
}
}

Expand Down

0 comments on commit a6d6a28

Please sign in to comment.