jl-frontend/css/admin-projects.css

9 lines
163 B
CSS
Raw Normal View History

2023-04-16 00:37:35 +00:00
.admin-projects-table {
display: flex;
flex-direction: column;
justify-content: center;
align-items: space-evenly;
gap: 5px;
width: 90%;
}