Skip to content
Snippets Groups Projects
_mobileSmall.scss 169 B
Newer Older
  • Learn to ignore specific revisions
  • @media only screen and (max-width: $small-mobile-max-width) {
      #footerContent{
        flex-direction: column;
        div {
          border-bottom: #3d3d3d 1px solid;
        }
      }
    }