_footer.scss 167 B

12345678910
  1. .footer {
  2. width: 100%;
  3. text-align: center;
  4. font-family: $heading-font-family;
  5. line-height: 2.0rem;
  6. margin-bottom:1.0rem;
  7. a {
  8. color: $link-color;
  9. }
  10. }