Space belowbook title

This commit is contained in:
Pau
2023-01-08 13:16:14 +00:00
parent 7d63c8bf6b
commit 436d539aaf
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
{{ range .Params.Books }}
<div class="column is-half">
<div class="book-cell">
<h3>{{ .title }}</h3>
<h3>{{ .title }}</h3><br>
<div class="book-cover">
<a href={{ .path }}>
<img src={{ .imgsrc }} alt={{ .title }}>
@ -20,4 +20,4 @@
{{ end}}
</div>
</div>
</div>
</div>