From 7daf7c1498984eb5990353787edc48211c65a04c Mon Sep 17 00:00:00 2001 From: Marco Burstein Date: Sat, 21 Jul 2018 18:22:13 -0700 Subject: [PATCH] portico: Slightly shrink the Core Team profiles' width. Shrinking the widths enables all five core team profiles to be aligned on the same line, instead of having four on the first line and one profile on its own line. Fix #10008. --- static/styles/portico.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/portico.scss b/static/styles/portico.scss index c04b9bf59c..8e3ad195c1 100644 --- a/static/styles/portico.scss +++ b/static/styles/portico.scss @@ -931,7 +931,7 @@ a.bottom-signup-button { .team .core-team .profile { flex: 1; - min-width: 130px; + min-width: 120px; text-align: center; align-content: center; margin-bottom: 20px; @@ -939,8 +939,8 @@ a.bottom-signup-button { } .team .core-team .profile .profile-picture { - width: 130px; - height: 130px; + width: 120px; + height: 120px; border-radius: 50%; pointer-events: none; box-shadow: 1px 2px 2px hsla(217, 47%, 17%, 0.03), 2px 2px 12px hsla(217, 47%, 17%, 0.09);