Add some margin to zoom container in lightbox

This commit is contained in:
Josh Perez 2022-02-02 13:19:15 -05:00 committed by GitHub
parent 82305a0c4f
commit 31c471c7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,15 +130,14 @@
}
&__zoomable-container {
align-items: center;
display: flex;
justify-content: center;
margin: 0 40px;
}
&__zoom-button {
@include button-reset;
cursor: zoom-in;
margin: 0 40px;
}
&__object--container--zoom,