Skip to content

Commit

Permalink
increase padding at the bottom of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-islam committed Feb 4, 2021
1 parent ab34b12 commit 9c7dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ div {
margin-left: auto;
transition: max-width 100ms ease;
margin-top: 100px;
margin-bottom: 50px;
margin-bottom: 100px;
background-color: transparent;
}
img {
Expand Down

0 comments on commit 9c7dc0e

Please sign in to comment.