remove excess padding-bottom from body
This commit is contained in:
parent
3cb90a83bc
commit
38c82dba6d
|
@ -15,7 +15,7 @@ html {
|
||||||
body {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 3rem;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
font-family: "Source Sans Pro", sans;
|
font-family: "Source Sans Pro", sans;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue