10 lines
103 B
CSS
10 lines
103 B
CSS
.video {
|
|
display: flex;
|
|
flex-flow: column;
|
|
align-items: center;
|
|
|
|
video {
|
|
max-width: 100cqw;
|
|
}
|
|
}
|