Skip to content

Commit

Permalink
add missing border to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Apr 30, 2023
1 parent e2070e2 commit c097610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ footer {
justify-content: space-between;
align-items: center;
padding: 26px 32px;
border-top: 1px solid #E6E7EB;
}

footer > p {
Expand Down

0 comments on commit c097610

Please sign in to comment.