change content behaviour, change open-element to collapsible, several fixes

This commit is contained in:
2022-06-05 14:04:16 +02:00
parent 0f1bcd9b6b
commit eae085b019
58 changed files with 212 additions and 272 deletions

View File

@ -1,4 +1,4 @@
<div class="card border-primary rounded-0 hover-shadow mb-5 col-lg-4">
<div class="card border-primary rounded-0 hover-shadow mb-3 col-lg-4 col-sm-6">
<div class="card-body">
<h4 class="card-title"><a href='{{ .Get "link" }}'>{{ .Get "title" }}</a></h4>
<a href='{{ .Get "link" }}' class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>