PUBLISH: Fix card styles
This commit is contained in:
parent
fdedcf03b6
commit
6cda217a59
5 changed files with 18 additions and 14 deletions
|
|
@ -4,9 +4,8 @@
|
|||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
<h3 class="subtitle{{if gt (len .Title) 20 }} card-title-long{{end}}">
|
||||
{{- .Title | truncate 50 "..." -}}
|
||||
</h3>
|
||||
</header>
|
||||
<div style="text-align: justify;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue