summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mobile.scss
blob: 63f59eb2873079c93605fa632bfc85646d3977d4 (plain)
1
2
3
4
5
6
/** Common mobile (screen XS, SM) styles **/
@include media-breakpoint-down(xs) {
  .container .title {
    padding-left: 15px !important;
  }
}