Skip to content

Commit

Permalink
add style for section top-border (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Stopp <[email protected]>
  • Loading branch information
rrusher and bstopp committed Mar 6, 2024
1 parent 255d13e commit b03c669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ main .section.white-background {
background: var(--white);
}

main .section.top-border {
border-top: 1px solid var(--body-color);
}

main .section.padding {
padding-top: 3em;
padding-bottom: 3em;
Expand Down

0 comments on commit b03c669

Please sign in to comment.