diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index a8159822bd..1fb143e26a 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -347,13 +347,14 @@ @include heading-xs; } - .cta-links { + .cta-links-container { margin: var(--spacing-09) 0; - .col-md-12 { + .cta-links { display: inline-flex; gap: var(--spacing-04); padding: unset; + flex-wrap: wrap; } }