Merge pull request #89 from vzhou842/gatsby-highlight

Removed .gatsby-highlight selectors
This commit is contained in:
Alexander Shelepenok 2019-02-05 14:23:21 +03:00 committed by GitHub
commit 34f59f59f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
@ -62,20 +55,6 @@
}
@include breakpoint-sm {
.content {
&__body {
& .gatsby-highlight {
margin-left: auto;
margin-right: auto
}
}
}
}
@include breakpoint-md {
.content {
padding: 0;