Skip to content

Commit

Permalink
Add bottom margin to prevent collision with footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corofides committed Nov 8, 2023
1 parent 02cd255 commit 13fc59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ html, body, #root {
column-gap: 16px;
row-gap: 16px;
width: 100%;
margin-bottom: 50px;
}

* {
Expand Down

0 comments on commit 13fc59a

Please sign in to comment.