Skip to content

Commit

Permalink
fix: update caption widths (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Jun 25, 2019
1 parent 2d39cbf commit f32818f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ img + .#{$prefix}--caption {

// Responsive by default
.#{$prefix}--caption--responsive {
// 4 columns wide
// 6/8 columns
@include carbon--breakpoint('md') {
width: 50%;
width: 75%;
}

// 4 columns wide
// 6/12 columns wide
@include carbon--breakpoint('lg') {
width: 33.333%;
width: 50%;
}
}

Expand Down

1 comment on commit f32818f

@vercel
Copy link

@vercel vercel bot commented on f32818f Jun 25, 2019

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.