Skip to content

Commit

Permalink
Fix border styling in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee committed Oct 24, 2024
1 parent 6823d04 commit f251fc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ dt {
border-bottom: 1px solid var(--color-border);
}

.page-header + .section {
border-top: none;
}


.flow {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit f251fc7

Please sign in to comment.