mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +00:00
18 lines
237 B
CSS
18 lines
237 B
CSS
.previewContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.preview {
|
|
margin-top: 2em;
|
|
width: 95%;
|
|
aspect-ratio: 16 / 9;
|
|
background-color: #222;
|
|
}
|
|
|
|
.label {
|
|
padding: 1em;
|
|
align-self: flex-end;
|
|
}
|