fixing some things regarding bottom video row
This commit is contained in:
@@ -331,6 +331,13 @@ function LandingContent(props) {
|
|||||||
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<span className="video-slide">
|
||||||
|
<ReactPlayer
|
||||||
|
controls={true}
|
||||||
|
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
</Slider>
|
</Slider>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -326,8 +326,8 @@ button.slick-arrow::before {
|
|||||||
padding: 1.5rem 0;
|
padding: 1.5rem 0;
|
||||||
|
|
||||||
.join-card {
|
.join-card {
|
||||||
width: 391px;
|
min-width: 391px;
|
||||||
height: 246px;
|
min-height: 246px;
|
||||||
background-color: $red;
|
background-color: $red;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -374,6 +374,8 @@ button.slick-arrow::before {
|
|||||||
width: 320px !important;
|
width: 320px !important;
|
||||||
height: 220px !important;
|
height: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
box-shadow: 5px 6px 10px #00000029;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user