Update custom.scss

Fix white footer's background being visible on the sidebar when using fixed footer layout. I fixed by putting the page footer padding equal to the sidebar footer padding.
This commit is contained in:
Derick Felix 2018-01-23 15:19:34 -03:00 committed by GitHub
parent 46346c4f45
commit d53d7becce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -693,7 +693,7 @@ a:hover, a:focus {
}
footer {
background: #fff;
padding: 15px 20px;
padding: 10px 20px;
display: block;
}