Files
ontime/src/features/viewers/PreviewContainer.module.css
T
2021-03-22 21:36:10 +01:00

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;
}