solution from before was not working if combined with current develop branch

This commit is contained in:
Linda 2018-10-04 09:47:28 -04:00
parent d5641daae6
commit 8476cd3152

View file

@ -32,11 +32,12 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
margin: 0 auto;
@media #{$medium-and-small} {
padding: 0 1rem;
max-width: 90%;
}
@media #{$intermediate} {
min-width: 640px;
width: 90%;
}
}