Browse Source

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.
Derick Felix 7 years ago
parent
commit
d53d7becce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scss/custom.scss

+ 1 - 1
src/scss/custom.scss

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