ministryofjustice/peoplefinder

View on GitHub
app/assets/stylesheets/modules/_module-headers.scss

Summary

Maintainability
Test Coverage
// mostly h1 headings with the border
.mod-heading{

  @include mobile(portrait){
    .pull-right{
      float: none !important;
      a{
        display: block;
      }
    }
  }
  .mod-heading-border{
    border: 1px solid $text-colour;
    border-width: 0 0 1px 0;
  }
}