Increase size of lightbox arrows in desktop view

This commit is contained in:
Björn Fromme
2018-11-08 15:25:36 +01:00
parent 855a01d164
commit b7adf91f84
@@ -0,0 +1,6 @@
.fancybox-navigation .fancybox-button {
@include mq($from: desktop) {
width: 105px;
height: 150px;
}
}