fix cantorpreis width
All checks were successful
website-main / prod-build (push) Successful in 2m19s
website-main / test-build (push) Successful in 1m36s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-09-21 20:00:59 +02:00
parent 3443c8cc38
commit 6abb91b138

@ -5,7 +5,7 @@
<div class="row">
{{ range .Pages }}
<div class="col-lg-3 col-sm-4 col-6 d-flex align-items-stretch">
<div class="card border-primary rounded-0 hover-shadow mb-4">
<div class="card border-primary rounded-0 hover-shadow mb-4 w-100">
<a href="{{ .Permalink }}"><img class="card-img-top rounded-0" src="{{ .Params.image | relURL }}" alt="{{ .Title }}"></a>
<div class="card-body d-flex flex-column">
<h4 class="card-title mt-auto"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>