format nested blockquote; taxonomy title: optional translation

This commit is contained in:
Helmut Merz 2024-11-11 19:19:41 +01:00
parent 1b4715b6cc
commit 5e0256046c
2 changed files with 7 additions and 1 deletions

View file

@ -21,6 +21,12 @@ blockquote {
border-left: 0.7rem solid $gray-200;
}
blockquote blockquote {
font-size: 90%;
font-style: normal;
color: $gray-600;
}
dt {
margin-top: 8px;
}

View file

@ -6,7 +6,7 @@
<div class="col-md-12">
<div class="card mt-3">
<div class="card-body bg-light">
<h2 class="card-text"> {{i18n .Title }}</h2>
<h2 class="card-text"> {{or (i18n .Title) .Title }}</h2>
</div>
</div>
</div>