Fix gallery
This commit is contained in:
parent
a25bf356c9
commit
65da181344
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
require('./jquery-global');
|
||||
require('bootstrap');
|
||||
|
||||
// Install alpha things
|
||||
require('lightgallery/dist/js/lightgallery');
|
||||
require('lg-thumbnail/dist/lg-thumbnail');
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$fa-font-path: "../fonts";
|
||||
@import "node_modules/font-awesome/scss/font-awesome";
|
||||
|
||||
|
||||
@import "highlight"; // Generated by Hugo
|
||||
|
||||
@import "node_modules/lightgallery/src/sass/lightgallery";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
$primary: #E89980;
|
||||
|
@ -71,6 +71,7 @@ code {
|
|||
cursor: zoom-in;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
margin-bottom: $grid-gutter-width;
|
||||
|
||||
img {
|
||||
transition: opacity 0.5s;
|
||||
|
@ -81,6 +82,10 @@ code {
|
|||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
& + h4 {
|
||||
margin-top: -$grid-gutter-width / 2;
|
||||
}
|
||||
}
|
||||
|
||||
table td {
|
||||
|
|
Loading…
Reference in a new issue