Skip to content
Snippets Groups Projects
_heading.scss 229 B
Newer Older
  • Learn to ignore specific revisions
  • .heading {
        &--introduction {
            padding: 0 0 2rem;
            margin: 2rem 0;
            font-weight: $weight--light;
            border-bottom: 1px solid $color--mid-grey;
        }