Merge pull request #3475 from FinnStutzenstein/layoutMotionBlockSlide
Motion block slide layout
This commit is contained in:
commit
b5c04f2bc5
@ -592,13 +592,16 @@ p.os-split-after {
|
|||||||
.motion-block {
|
.motion-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
.motion-block > div {
|
.motion-block > div {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
.motion-block .label {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
/*** Video and Image projection ***/
|
/*** Video and Image projection ***/
|
||||||
img.projector-image {
|
img.projector-image {
|
||||||
|
Loading…
Reference in New Issue
Block a user