Fixed styling

This commit is contained in:
Adina Țeudan 2020-11-07 13:44:10 +02:00
parent 036b9c2691
commit 5fa011822c

View File

@ -3,24 +3,30 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
}
.project-stats-container { > div {
width: fit-content;
.project-stats-item {
display: flex; display: flex;
width: fit-content; flex-direction: column;
gap: 5px; align-items: center;
margin-top: 25px;
&:first-of-type { .project-stats-container {
margin-top: 50px; width: fit-content;
}
mat-icon { .project-stats-item {
height: 16px; display: flex;
margin-top: 2px; width: fit-content;
gap: 5px;
margin-top: 25px;
&:first-of-type {
margin-top: 50px;
}
mat-icon {
height: 16px;
margin-top: 2px;
}
}
} }
} }
} }