Skip to content

Commit

Permalink
fix: cut fullscreen image xl width
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Nov 26, 2024
1 parent 93698ce commit 302ba92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/FullscreenImage/FullscreenImage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ $closeButtonSize: 36px;
}
}

@media (max-width: map-get($gridBreakpoints, 'xl')) {
&__modal-image {
width: 100%;
}
}

@media (max-width: map-get($gridBreakpoints, 'md')) {
&__modal .g-modal__content-wrapper {
margin: $fsImageMobilePadding;
Expand Down

0 comments on commit 302ba92

Please sign in to comment.