Skip to content

Commit

Permalink
Adds horizontal rule before footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyboggs committed Oct 27, 2023
1 parent b9d7fad commit a886cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

}

#banner:after {
#banner:after,
footer:before {
content: " ";
display: block;
height: 0px;
Expand Down

0 comments on commit a886cf9

Please sign in to comment.