Skip to content

Commit

Permalink
fix - add align in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Oct 26, 2024
1 parent 7a796a5 commit 224d636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ pre, code {

footer {
font-size: 12px;
margin: 60px 5% 30px;
max-width: 1090px;
margin: 60px auto 30px;
max-width: 64rem;
display: flex;
gap: 24px;
flex-direction: column;
Expand Down

0 comments on commit 224d636

Please sign in to comment.