mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
17 lines
211 B
CSS
17 lines
211 B
CSS
.previewContainer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
align-content: center;
|
|
gap: 1em;
|
|
}
|
|
|
|
.previewItem {
|
|
width: 45%;
|
|
}
|
|
|
|
.label {
|
|
padding: 0.1em 4em;
|
|
}
|