diff --git a/stylesheets/components/Lightbox.scss b/stylesheets/components/Lightbox.scss index 6b6587115ba0..f001b7075c8c 100644 --- a/stylesheets/components/Lightbox.scss +++ b/stylesheets/components/Lightbox.scss @@ -140,12 +140,16 @@ &__zoomable-container { display: flex; + flex-direction: column; justify-content: center; + align-items: center; margin: 0 40px; } &__zoom-button { @include button-reset; + max-height: 100%; + max-width: 100%; cursor: zoom-in; }