Skip to content

Commit

Permalink
Merge pull request #59 from kentnek/kent-fix-bottom-padding
Browse files Browse the repository at this point in the history
Fix #58: excessing bottom padding
  • Loading branch information
jakewies authored Jun 27, 2020
2 parents 742baed + 61b1964 commit 9b5950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body.nav--active {
}

main {
padding: 3rem 1.5rem;
padding: 3rem 1.5rem 1rem;


@media screen and (min-width: $medium) {
Expand Down

0 comments on commit 9b5950f

Please sign in to comment.