Skip to content

Commit

Permalink
Add margin-bottom to cfg shortcode div
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Feb 19, 2024
1 parent e88a9a8 commit f2c4a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/cfg.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="d-flex cfg">
<div class="d-flex cfg mb-4">
{{ .Inner | safeHTML }}
</div>

0 comments on commit f2c4a0e

Please sign in to comment.