Add some margin to zoom container in lightbox
This commit is contained in:
parent
82305a0c4f
commit
31c471c7be
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue