Skip to content

Commit

Permalink
fix: make paragraphs full width on tablet (#376)
Browse files Browse the repository at this point in the history
* fix: make paragraphs full width on tablet

* fix: heading, list and blockquote
  • Loading branch information
vpicone authored Aug 28, 2019
1 parent ba1f5fb commit cc20511
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
@include carbon--type-style('expressive-heading-03', true);
margin-bottom: $layout-03;

// 6 col
@include carbon--breakpoint('md') {
width: 75%;
}

// 8 col
@include carbon--breakpoint('lg') {
width: 66.667%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
margin-left: -$spacing-05;
padding-left: $spacing-05;

// 6 col
@include carbon--breakpoint('md') {
width: 75%;
}

// 8 col
@include carbon--breakpoint('lg') {
width: 66.667%;
Expand Down Expand Up @@ -48,10 +43,6 @@
.list {
width: 100%;

@include carbon--breakpoint('md') {
width: 75%;
}

@include carbon--breakpoint('lg') {
width: 66.667%;
}
Expand Down Expand Up @@ -114,11 +105,6 @@
}

.blockquote .paragraph--responsive {
// 6 col
@include carbon--breakpoint('md') {
width: calc(75% - 3rem);
}

// 8 col
@include carbon--breakpoint('lg') {
width: calc(66.667% - 3rem);
Expand Down

1 comment on commit cc20511

@vercel
Copy link

@vercel vercel bot commented on cc20511 Aug 28, 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.