Skip to content

Commit

Permalink
Merge pull request #17 from sudaraka94/fix-mdx-images
Browse files Browse the repository at this point in the history
Fix styling for MDX images
  • Loading branch information
sudaraka94 authored Apr 28, 2024
2 parents eb765b1 + 773983f commit 3a09893
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/MDX/MDX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ const PrismCSS = p => css`
`;

const ImageCSS = css`
.gatsby-resp-image-background-image {
display: none !important;
}
img {
display: inline-block;
position: relative;
Expand Down

0 comments on commit 3a09893

Please sign in to comment.