Skip to content

Commit

Permalink
style: change the margin-bottom as mb-2 of lead description
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Sep 2, 2023
1 parent 618083e commit 4825570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="hb-blog-post-title mb-2">{{ .Title }}</h1>
{{ partialCached "hb/modules/blog/post/meta/taxonomies" . . }}
</div>
{{- with .Description }}
<div class="hb-blog-post-desc lead mb-5">{{ . }}</div>
<div class="hb-blog-post-desc lead mb-2">{{ . }}</div>
{{- end }}
</div>
<div
Expand Down

0 comments on commit 4825570

Please sign in to comment.