Files
web/components/MyPages/Blocks/Overview/Stats/stats.module.css
2024-05-30 17:56:56 +02:00

12 lines
165 B
CSS

.stats {
align-content: center;
display: grid;
gap: var(--Spacing-x2);
}
@media screen and (min-width: 1367px) {
.stats {
gap: var(--Spacing-x4);
}
}