diff --git a/services/web/frontend/stylesheets/components/footer.scss b/services/web/frontend/stylesheets/components/footer.scss index a5ea1e1497..3a07e7255c 100644 --- a/services/web/frontend/stylesheets/components/footer.scss +++ b/services/web/frontend/stylesheets/components/footer.scss @@ -171,7 +171,7 @@ footer.site-footer { } } - // On small screens: natural line-height, flex-wrap items, hide pipe separators + // On small screens: natural line-height, flex-wrap items, centered, hide pipe separators @include media-breakpoint-down(md) { line-height: normal; padding: var(--spacing-03) 0; @@ -180,6 +180,7 @@ footer.site-footer { display: flex; flex-wrap: wrap; align-items: center; + justify-content: center; row-gap: var(--spacing-02); .footer-sep {