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.
mvfront-react/styles/scss/_footer.scss

32 lines
463 B

// .tacky {
// margin: 0;
// padding: 0;
// list-style-type: none;
// flex-basis: auto;
// }
//
// .tacky col {
// display: inline-block;
// }
//
// .tacky col:after {
// margin: 0 5px;
// }
//
// .tacky col:last-of-type:after {
// content: "";
// margin: 0;
// }
//
// .tacky col.no-tack:after {
// content: "";
// margin: 0;
// display: none;
// }
@include media-breakpoint-down('md') {
footer {
display: none !important;
}
}