All of the movie element should have the same background- and text color.

This commit is contained in:
2019-11-24 21:24:58 +01:00
parent cdf2ddae1c
commit 53c0aca460

View File

@@ -285,6 +285,9 @@ export default {
@import "./src/scss/media-queries";
.movie {
background-color: $background-color;
color: $text-color;
&__wrap {
display: flex;
&--header {
@@ -298,9 +301,6 @@ export default {
@include tablet-min{
flex-direction: row;
}
background-color: $background-color;
color: $text-color;
}
}
&__header {