Skip to content

Commit

Permalink
Fix lightgallery image styles for inkwell.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Dec 14, 2022
1 parent 36de738 commit 896bbe6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asset/css/inkwell.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions asset/scss/inkwell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ body.vertical-menu header a {
label,
.label {
color: $black;
}

.media-list .lg-thumb-item img,
.media-list img.lg-image {
border: 0;
margin-right: 0;
}

0 comments on commit 896bbe6

Please sign in to comment.