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.
This commit is contained in:
Marco Burstein 2018-07-21 18:22:13 -07:00 committed by Tim Abbott
parent bb09bea0b6
commit 7daf7c1498
1 changed files with 3 additions and 3 deletions

View File

@ -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);