Update MovieRow.css

This commit is contained in:
mansoor-roeen-glitch
2021-09-14 13:09:28 +05:30
committed by GitHub
parent 272aa11878
commit 33c3e135ee

View File

@@ -62,6 +62,14 @@
margin-right: 10px;
}
.subSvgWrapper {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}
@media screen and (max-width: 400px) {
.movieRow {
flex-direction: column;