unnecessary flex style removed

This commit is contained in:
svetlagasheva 2018-11-22 15:47:22 +02:00
parent cac2b95830
commit 745eba3f14

View file

@ -53,13 +53,10 @@
.flex-row-container {
display: flex;
flex-direction: row;
align-items: stretch;
.poster {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
align-self: stretch;
background-position: center;
background-size: cover, auto;
background-repeat: no-repeat;