Petropoulos Evangelos ae967a7e2d fix comments
2025-07-02 00:03:42 +03:00

19 lines
406 B
SCSS

.general-health-card {
.general-health-card__header {
display: flex;
justify-content: space-between;
margin-bottom: 16px;
.general-health-card__right-side {
display: flex;
align-items: center;
}
}
.general-health-card__stat-items {
display: flex;
justify-content: space-around;
margin-top: 16px;
}
}