Skip to content

Commit

Permalink
style: change margin of author's metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 27, 2024
1 parent 0a0b4ab commit aa2a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/blog/term/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ul class="nav justify-content-center mt-auto mb-0">
{{ range $metrics }}
<li
class="nav-item d-flex flex-column justify-content-center align-items-center my-2 mx-3">
class="nav-item d-flex flex-column justify-content-center align-items-center m-3">
<span class="mb-1 fw-bold btn btn-secondary rounded">{{ .count }}</span>
<span class="text-body-secondary">{{ .title }}</span>
</li>
Expand Down

0 comments on commit aa2a65f

Please sign in to comment.