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;
flex-direction: row;
justify-content: space-between;
}
.project-stats-container {
width: fit-content;
.project-stats-item {
> div {
display: flex;
width: fit-content;
gap: 5px;
margin-top: 25px;
flex-direction: column;
align-items: center;
&:first-of-type {
margin-top: 50px;
}
.project-stats-container {
width: fit-content;
mat-icon {
height: 16px;
margin-top: 2px;
.project-stats-item {
display: flex;
width: fit-content;
gap: 5px;
margin-top: 25px;
&:first-of-type {
margin-top: 50px;
}
mat-icon {
height: 16px;
margin-top: 2px;
}
}
}
}
}