1
0

_footer.scss 149 B

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