Skip to content

Commit

Permalink
style(icon-grid): align items to center
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 6, 2024
1 parent 06cfbb7 commit 1686908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/bootstrap/icon-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{- end }}
{{- $data := partialCached "bootstrap/functions/data" (dict "key" $key "page" .Page) .Page $key }}
{{- with $data }}
<div class="bs-icon-grid row g-{{ $gap }} row-cols-1 row-cols-md-2 row-cols-lg-3 mb-5">
<div class="bs-icon-grid row g-{{ $gap }} row-cols-1 row-cols-md-2 row-cols-lg-3 mb-5 justify-content-center">
{{- range sort . "weight" }}
<div class="col">
{{- $icon := "" }}
Expand Down

0 comments on commit 1686908

Please sign in to comment.