_footer.scss 214 B

12345678910111213
  1. #footer{
  2. width: 100%;
  3. background: grey;
  4. @include inlineflex;
  5. .sub-content{
  6. width: calc((100% / 3) - 40px);
  7. border-top: 1px solid black;
  8. margin: 20px;
  9. h3{
  10. margin-top: 20px;
  11. }
  12. }
  13. }