1
Fork 0

Fix scss lint

This commit is contained in:
Jake Howard 2017-11-11 22:20:03 +00:00
parent 0cc92f97e8
commit 6669fa16c4
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -68,11 +68,11 @@ code {
#light-gallery { #light-gallery {
a { a {
display: inline-block; display: inline-block;
margin-bottom: $grid-gutter-width;
border-bottom: 0; border-bottom: 0;
cursor: zoom-in; cursor: zoom-in;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
margin-bottom: $grid-gutter-width;
img { img {
transition: opacity 0.5s; transition: opacity 0.5s;