Skip to content

Commit

Permalink
style(collapse): change the margin-bottom to mb-1
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 21, 2024
1 parent 50ed4e2 commit 7352ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/bootstrap/collapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{- with .Get 2 }}{{ $expand = . }}{{ end -}}
{{- end -}}
<div
class="collapse-wrapper mb-3">
class="collapse-wrapper mb-1">
<a
type="button"
class="collapse-toggle text-decoration-none text-bg-{{ $style }} px-2"
Expand Down

0 comments on commit 7352ea4

Please sign in to comment.