Minor fix

This commit is contained in:
Tony Air 2018-04-21 10:25:59 +07:00
parent 0153c615e3
commit 3b2a504225
2 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
/*
* MetaLightbox v0.5
* http://twma.pro
* Meta-Lightbox
* https://tony.twma.pro
*
* Use jquery-zoom/jquery.zoom.js if u need to support lightbox image-zoom
*/
//=require ../../bower_components/jquery-zoom/jquery.zoom.js
(function($, window, document) {
var pluginName = 'metaLightbox',

View File

@ -1,5 +1,5 @@
$link-color: #007bff;
$grid-float-breakpoint-max: 641px;
$grid-float-breakpoint-max: 576px;
.meta-lightbox-theme-default.meta-lightbox-overlay {
background: #666;