layout previews

This commit is contained in:
cv
2021-03-22 21:36:10 +01:00
parent 2939ffc4c0
commit e7f3e9c009
2 changed files with 35 additions and 0 deletions
@@ -0,0 +1,17 @@
.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;
}