From 365e5ce3af925cf1e4b700af7496d736054aa8af Mon Sep 17 00:00:00 2001 From: Marine Boudeau Date: Sun, 4 Dec 2016 23:06:35 -0500 Subject: [PATCH] Center volunteers on thank you page. --- app/styles/templates/project/thank-you.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 {