6 lines
69 B
CSS
6 lines
69 B
CSS
.video {
|
|
display: flex;
|
|
flex-flow: column;
|
|
align-items: center;
|
|
}
|