1
Fork 0

Fix gallery

This commit is contained in:
Jake Howard 2017-11-10 21:00:49 +00:00
parent a25bf356c9
commit 65da181344
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,6 @@
require('./jquery-global');
require('bootstrap');
// Install alpha things
require('lightgallery/dist/js/lightgallery');
require('lg-thumbnail/dist/lg-thumbnail');

View file

@ -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 {