style fixes
Some checks failed
website-main / test-build (push) Waiting to run
website-main / prod-build (push) Has been cancelled

This commit is contained in:
2024-01-03 12:43:01 +01:00
parent eab1d36be5
commit 271169891c
9 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,3 @@
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="shortcode col-lg-3 col-md-4 col-sm-6">
<a class="vb-gallery" data-gall='{{ md5 (.Get "src") }}' href='{{ .Get "src" }}'><img class="lazy img-thumbnail w-100 h-100" style="object-fit: cover;" data-src='{{ .Get "src" }}'></a>
</div>