_footer.scss 329 B

1234567891011121314151617181920
  1. // Styling for the footer
  2. /*====================================================
  3. FOOTER
  4. ======================================================*/
  5. .footer {
  6. .top-footer {
  7. padding:20px 0;
  8. background:$gray-500;
  9. p {
  10. margin: 0;
  11. color: $gray-600;
  12. a {
  13. }
  14. }
  15. }
  16. }