Align movie attributes with flex instead of float

This commit is contained in:
2019-11-24 21:25:26 +01:00
parent 53c0aca460
commit 5bc2709231

View File

@@ -421,15 +421,19 @@ export default {
font-size: 13px;
line-height: 1.8;
margin-bottom: 20px;
flex: 0 0 100%;
@include tablet-min {
margin-bottom: 30px;
font-size: 14px;
}
}
&__details {
&-block {
float: left;
}
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
&-block:not(:last-child) {
margin-bottom: 20px;
margin-right: 20px;