fixing some things regarding bottom video row

This commit is contained in:
talksik
2020-09-07 08:13:47 -07:00
parent 4eca7a8fff
commit 40479472c2
2 changed files with 11 additions and 2 deletions
@@ -331,6 +331,13 @@ function LandingContent(props) {
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
/>
</span>
<span className="video-slide">
<ReactPlayer
controls={true}
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
/>
</span>
</Slider>
</span>
</div>
+4 -2
View File
@@ -326,8 +326,8 @@ button.slick-arrow::before {
padding: 1.5rem 0;
.join-card {
width: 391px;
height: 246px;
min-width: 391px;
min-height: 246px;
background-color: $red;
display: flex;
flex-direction: column;
@@ -374,6 +374,8 @@ button.slick-arrow::before {
width: 320px !important;
height: 220px !important;
}
box-shadow: 5px 6px 10px #00000029;
}
}
}