9 lines
155 B
CSS
9 lines
155 B
CSS
#files-list .row > div:nth-child(7) {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.nav-tabs {
|
|
margin-bottom: 20px;
|
|
} |