Fix scss lint
This commit is contained in:
parent
0cc92f97e8
commit
6669fa16c4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue