10 lines
113 B
CSS
10 lines
113 B
CSS
|
.box {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
div.author-card-content {
|
||
|
flex-grow: 1;
|
||
|
}
|