This commit is contained in:
Thibault Duperron 2019-04-05 01:04:22 +02:00 committed by William Cheng
parent 596354ec17
commit 3502afb2e4

View File

@ -19,12 +19,12 @@ dd {
.member-container {
display: flex;
flex-flow: row nowrap;
flex-flow: row wrap;
justify-content: space-around;
align-items: baseline;
}
.member-container .member {
width: 300px;
width: 180px;
margin: 1em;
text-align: center;
}