mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 16:24:22 +01:00
Fix: wrong padding on gallery item
This commit is contained in:
parent
03abdc730f
commit
97c8404d54
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
{{- $original := resources.Get .image -}}
|
||||
{{ $thumb := $original.Fit "512x512" }}
|
||||
{{ $image := $original.Fit "1080x1080" }}
|
||||
<div class="item col-sm-4 col-lg-3 my-2">
|
||||
<div class="col-sm-4 col-lg-3 my-2">
|
||||
<a class="card bg-transparent" href="{{ $image.RelPermalink }}" data-lightbox="{{ $category }}" data-title="{{ .name }}">
|
||||
<img class="card-img" src="{{ $thumb.RelPermalink }}" alt="">
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue