Merge pull request #59 from kentnek/kent-fix-bottom-padding

Fix #58: excessing bottom padding
This commit is contained in:
Jake Wiesler 2020-06-27 18:39:06 -04:00 committed by GitHub
commit b07965d36f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body.nav--active {
}
main {
padding: 3rem 1.5rem;
padding: 3rem 1.5rem 1rem;
@media screen and (min-width: $medium) {