fixed linting errors

This commit is contained in:
Linda 2018-10-04 10:51:26 -04:00
parent ad1531aff3
commit bf3977821a

View file

@ -36,8 +36,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
}
@media #{$intermediate} {
min-width: 640px;
width: 90%;
min-width: 640px;
}
}