Motion block slide layout

This commit is contained in:
FinnStutzenstein 2017-11-03 14:52:31 +01:00
parent 7721715e94
commit 3affb27507

View File

@ -592,13 +592,16 @@ p.os-split-after {
.motion-block {
display: flex;
flex-wrap: wrap;
padding: 10px;
}
.motion-block > div {
width: 50%;
margin-bottom: 15px;
padding-right: 15px;
line-height: 1em;
}
.motion-block .label {
text-align: left;
}
/*** Video and Image projection ***/
img.projector-image {