Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_footer.scss 192B

12345678910111213
  1. footer.footer {
  2. padding: $spacer $spacer*0.875;
  3. direction: ltr;
  4. background: $footer-bg;
  5. ul {
  6. margin-bottom: 0;
  7. }
  8. @include media-breakpoint-down(md) {
  9. width: 100vw;
  10. }
  11. }