Skip to content

Commit

Permalink
Merge pull request #89 from vzhou842/gatsby-highlight
Browse files Browse the repository at this point in the history
Removed .gatsby-highlight selectors
  • Loading branch information
alxshelepenok committed Feb 5, 2019
2 parents 28d01bb + 3e9a1a4 commit 34f59f5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/components/Post/Content/Content.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
text-decoration: underline
}

& .gatsby-highlight {
max-width: $layout-post-width;
margin-left: 15px;
margin-right: 15px;
@include margin-bottom(1)
}

& *:not(div) {
width: 100%;
max-width: $layout-post-width;
Expand All @@ -62,20 +55,6 @@

}

@include breakpoint-sm {
.content {
&__body {
& .gatsby-highlight {
margin-left: auto;
margin-right: auto
}

}

}

}

@include breakpoint-md {
.content {
padding: 0;
Expand Down

0 comments on commit 34f59f5

Please sign in to comment.