diff --git a/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss b/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss index 62bdd039d1..c7e212050d 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/base/typography.scss @@ -73,3 +73,19 @@ samp { .list-style-check-green { list-style-image: url('../../../../public/img/fa-check-green.svg'); } + +.text-center { + text-align: center; +} + +@include media-breakpoint-up(lg) { + .text-center-only-desktop { + text-align: center; + } +} + +@include media-breakpoint-down(lg) { + .text-center-only-mobile { + text-align: center; + } +}