[skip ci] Replace -sm-max (pulled from master)

This commit is contained in:
Clement Ho 2018-04-17 12:26:42 -05:00
parent 694b290a2e
commit 65f4cb3733

View file

@ -16,7 +16,7 @@
margin: 0;
white-space: normal;
@media (max-width: $screen-sm-max) {
@include media-breakpoint-down(sm) {
justify-content: flex-end;
}
}