Skip to content

Commit

Permalink
Merge pull request #945 from newrelic/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
sunnyzanchi authored Aug 31, 2023
2 parents e4f9181 + 3cc93b2 commit e787adb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const GlobalStyles = ({ layout }) => (
}
}
img {
max-width: 100%;
}
h1,
h2,
h3,
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-newrelic/src/components/Lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const Lightbox = ({ children }) => {
align-items: center;
z-index: 900;
background: var(--modal-wrapper-color);
img {
max-width: unset;
}
`}
onClick={() => setLightboxOpen(false)}
>
Expand Down

0 comments on commit e787adb

Please sign in to comment.