challenge-vtex-io-josecarlo.../styles/css/vtex.store-video.css

12 lines
160 B
CSS

.videoContainer {
width: 100%;
height: 300px;
margin-top: 2%;
}
@media only screen and (min-width: 640px) {
.videoContainer {
height: 700px;
}
}