9 lines
163 B
CSS
9 lines
163 B
CSS
|
.admin-projects-table {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: space-evenly;
|
||
|
gap: 5px;
|
||
|
|
||
|
width: 90%;
|
||
|
}
|