| Index: static/scss/layout/_footer.scss |
| =================================================================== |
| --- a/static/scss/layout/_footer.scss |
| +++ b/static/scss/layout/_footer.scss |
| @@ -17,16 +17,22 @@ |
| #footer |
| { |
| padding-top: $lg; |
| padding-bottom: $xl; |
| font-size: 70%; |
| background-color: $secondary-bg; |
| color: $secondary-fg; |
| + @media (max-width: $tablet-breakpoint) |
| + { |
| + padding-top: $md; |
| + padding-bottom: $lg; |
| + } |
| + |
| %headings |
| { |
| position: relative; |
| margin-bottom: $md; |
| padding-top: $xs; |
| @extend h5; |
| } |