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

13 lines
211 B
CSS

.nextLevel {
align-items: center;
display: grid;
grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
.nextLevel {
gap: var(--Spacing-x1);
grid-template-columns: 1fr auto;
}
}