BookStack/resources/sass/_footer.scss

17 lines
205 B
SCSS

/**
* Includes the footer links.
*/
footer {
flex-shrink: 0;
padding: .5em;
text-align: center;
}
footer a {
margin: 0 .5em;
}
body.flexbox footer {
display: none;
}