5 lines
115 B
CSS
5 lines
115 B
CSS
#files-list .row > div:nth-child(6) {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
} |