public/styles/components/_page.scss (18 lines of code) (raw):

/* -------------------------------------- */ /* Page content styles */ /* -------------------------------------- */ .page { &__subheading { margin-bottom: 20px; border-bottom: 1px solid $greyBorderColor; } &__section { margin: 10px auto; max-width: 860px; margin-bottom: 20px; padding: 0 20px; &:not(:last-child) { border-bottom: 1px solid $greyBorderColor; } &--centered { text-align: center; } } }