remove excess padding-bottom from body

This commit is contained in:
neri 2020-01-14 21:28:32 +01:00
parent 3cb90a83bc
commit 38c82dba6d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ html {
body {
position: relative;
margin: 0;
padding-bottom: 6rem;
padding-bottom: 3rem;
min-height: 100%;
font-family: "Source Sans Pro", sans;
}