1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;