/** * Used for section layout. This should be used for the page container * Mark up

Section Title

... any element added here will be right aligned
...
...
*/ .section { margin-bottom: 3rem; } .section-header { display: flex; justify-content: space-between; border-bottom: 1px solid $border-color-01; padding-bottom: 0.5rem; margin-bottom: 1.5rem; } .section-title { margin-bottom: 0; } .section-content { margin-top: 0; margin-bottom: 0; + .section-content { margin-top: 1.5rem; } }