summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/banner.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/banner.scss')
-rw-r--r--app/assets/stylesheets/framework/banner.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/banner.scss b/app/assets/stylesheets/framework/banner.scss
index 02f3896d591..71bbab2065d 100644
--- a/app/assets/stylesheets/framework/banner.scss
+++ b/app/assets/stylesheets/framework/banner.scss
@@ -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;