Commit 29bbbe9f authored by Clement Ho's avatar Clement Ho

Converted merged master's screen-xs-max references

parent a61fa9ae
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
} }
@media (max-width: $screen-xs-max) { @include media-breakpoint-down(xs) {
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
......
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
} }
} }
@media (max-width: $screen-xs-max) { @include media-breakpoint-down(xs) {
.milestone-banner-text, .milestone-banner-text,
.milestone-banner-link { .milestone-banner-link {
display: inline; display: inline;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment