mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
9 lines
163 B
CSS
9 lines
163 B
CSS
.metadata-group {
|
|
justify-content: center;
|
|
width: 100%;
|
|
|
|
@container (min-width: $mantine-breakpoint-sm) {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|