mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Reduce the top margin on lightbox
This commit is contained in:
@@ -53,7 +53,7 @@ $(window).load(function() {
|
|||||||
});
|
});
|
||||||
$('.lightbox-wrapper').css({
|
$('.lightbox-wrapper').css({
|
||||||
'width': context.width,
|
'width': context.width,
|
||||||
'margin-top': 100,
|
'margin-top': 70,
|
||||||
'margin-left': -context.width/2
|
'margin-left': -context.width/2
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user