Skip to content

Commit

Permalink
style(icon-grid): change the gap between of icons and titles to me-2
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Sep 19, 2023
1 parent d941ba8 commit 39ef018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/bootstrap/icon-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"width" "1.25em"
"height" "1.25em"
"vendor" "bootstrap"
"className" "me-3") .)
"className" "me-2") .)
}}
{{- if isset . "className" }}
{{- $iconOpts = merge $iconOpts (dict "className" (printf "%s me-3" (.className)))}}
{{- $iconOpts = merge $iconOpts (dict "className" (printf "%s me-2" (.className)))}}
{{- end }}
{{- $icon = partial "icons/icon" $iconOpts }}
{{- end }}
Expand Down

0 comments on commit 39ef018

Please sign in to comment.