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.
28 lines
457 B
28 lines
457 B
page {
|
|
background-color: #f6f6f6;
|
|
|
|
.video-box {
|
|
padding-top: 180px;
|
|
|
|
.video-card {
|
|
background-color: #fff;
|
|
height: 488px;
|
|
margin-bottom: 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: left;
|
|
|
|
.title {
|
|
height: 88px;
|
|
margin-left: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.video {
|
|
height: 400px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|