Files
feishin/src/renderer/features/artists/components/album-artist-detail-header.module.css
T
2025-12-14 02:33:19 -08:00

9 lines
163 B
CSS

.metadata-group {
justify-content: center;
width: 100%;
@container (min-width: $mantine-breakpoint-sm) {
justify-content: flex-start;
}
}