This commit is contained in:
Josh Perez 2023-01-02 13:32:23 -05:00
commit 26d689982a

View file

@ -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;
}