Skip to content
Snippets Groups Projects
Commit 29bbbe9f authored by Clement Ho's avatar Clement Ho
Browse files

Converted merged master's screen-xs-max references

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