diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss index 4902e60253a..97cb9d90ff0 100644 --- a/app/assets/stylesheets/framework/layout.scss +++ b/app/assets/stylesheets/framework/layout.scss @@ -43,6 +43,12 @@ body { @include media-breakpoint-down(xs) { margin-top: 20px; } } + + @include media-breakpoint-down(xs) { + .container .title { + padding-left: 15px !important; + } + } } .navless-container { diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss index 63f59eb2873..e69de29bb2d 100644 --- a/app/assets/stylesheets/framework/mobile.scss +++ b/app/assets/stylesheets/framework/mobile.scss @@ -1,6 +0,0 @@ -/** Common mobile (screen XS, SM) styles **/ -@include media-breakpoint-down(xs) { - .container .title { - padding-left: 15px !important; - } -}