mirror of https://github.com/zulip/zulip.git
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:
parent
bb09bea0b6
commit
7daf7c1498
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue