Files
web/components/MyPages/Blocks/Overview/Stats/stats.module.css
2024-04-05 08:43:58 +02:00

14 lines
194 B
CSS

.stats {
display: flex;
flex-direction: column;
gap: 0.7rem;
}
@media screen and (min-width: 950px) {
.stats {
gap: 1.4rem;
justify-content: center;
max-width: 32rem;
}
}