Fix confict resolution error

I missed one of the changes when resolving conflicts.
This commit is contained in:
chrisgarrity 2018-10-09 10:24:02 -04:00
parent 7af2c8a80a
commit 47f71c2758

View file

@ -26,7 +26,7 @@ $stage-width: 480px;
.inner {
margin: 0 auto;
@media #{$medium-and-small} {
@media #{$medium-and-smaller} {
max-width: 90%;
}