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/footer.css

34 lines
389 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;
}
@media screen and (max-width: 930px) {
footer {
display: none!important;
}
}