Skip to content

Commit

Permalink
Merge pull request #6 from topos-protocol/tl-zoom-image-adjustments
Browse files Browse the repository at this point in the history
Fix zoom image horizontal alignment
  • Loading branch information
coldice committed Sep 28, 2023
2 parents 04f5648 + 7883fcc commit c6b1deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

:not(.banner) .gatsby-resp-image-wrapper {
@apply m-6 max-h-[90vh] overflow-hidden lg:m-12 #{!important};
@apply my-6 max-h-[90vh] overflow-hidden lg:my-12 #{!important};

.gatsby-resp-image-background-image {
@apply opacity-0 #{!important};
Expand Down

0 comments on commit c6b1deb

Please sign in to comment.