taiga-front/app/modules/projects/listing/styles/profile-projects.scss

11 lines
183 B
SCSS

.profile-projects {
border-top: 1px solid $whitish;
.project-list-single {
display: flex;
justify-content: space-between;
min-height: 10rem;
}
}