diff --git a/src/components/Post/Content/Content.module.scss b/src/components/Post/Content/Content.module.scss index d97a4a8..f92d847 100644 --- a/src/components/Post/Content/Content.module.scss +++ b/src/components/Post/Content/Content.module.scss @@ -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;