diff --git a/app/styles/templates/project/thank-you.scss b/app/styles/templates/project/thank-you.scss index 3d5c4a2b9..9de8a407f 100644 --- a/app/styles/templates/project/thank-you.scss +++ b/app/styles/templates/project/thank-you.scss @@ -16,6 +16,10 @@ &__contributors { @include span-columns(12); margin: 1.4em 0; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; } h3 {