You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
254 B
18 lines
254 B
9 months ago
|
.rwmb-video-item {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
margin: 0 12px 12px 0;
|
||
|
list-style: none;
|
||
|
width: 300px;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.rwmb-video-item video {
|
||
|
width: auto;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.rwmb-video-item .rwmb-media-info {
|
||
|
margin-top: 12px;
|
||
|
}
|