diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/list.scss b/services/web/frontend/stylesheets/bootstrap-5/components/list.scss index dd4f030075..c067d769db 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/list.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/list.scss @@ -11,6 +11,14 @@ background-size: $icon-size $icon-size; margin-bottom: var(--spacing-05); padding-left: calc(var(--spacing-05) + $icon-size); + + h2, + h3, + h4, + h5, + h6 { + margin-bottom: var(--spacing-04); + } } }