_footer.scss 218 B

1234567891011121314
  1. // Footer
  2. //-------------------------------
  3. footer {
  4. font-size: 0.85em;
  5. color: var(--text-color-light);
  6. text-align: center;
  7. line-height: $base-line-height;
  8. }
  9. #disqus_thread {
  10. margin-top: 100px;
  11. }