linting fixes

This commit is contained in:
Linda 2018-09-26 17:26:19 -04:00
parent 32ab0202bc
commit e014906125

View file

@ -202,9 +202,9 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
width: $player-width;
@media #{$small} {
width: 100%;
width: 100%;
.stage-wrapper {
.stage-wrapper {
max-width: 100%;
}
}