wiki/wiki/assets/css/footer.css
2024-01-09 20:03:42 +01:00

53 lines
901 B
CSS

footer {
display: flex;
align-items: center;
flex-wrap: wrap;
/* justify-content: center; */
}
.footer-seperator,
.footer-legal-seperator {
margin: 0 0.5em 0 0.5em;
}
.footer-powered-by {
margin-left: auto;
padding-left: 1em;
margin-right: 1em;
}
.footer-cc-license-banner {
height: 2em;
}
.footer-cc-license-banner > img {
height: 32px;
min-width: 96px;
border-radius: 6px;
}
@media screen and (max-width: 1100px) {
.footer-home,
.footer-seperator,
.footer-dash {
display: none;
visibility: hidden;
}
.footer-legal-seperator {
/* display: inline-flex; */
visibility: visible;
/* margin-left: 0.75em; */
}
}
@media screen and (max-width: 800px) {
.footer-legal {
margin-right: 1em;
}
.footer-powered-by {
margin-left: 0;
padding: 0;
}
}