mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
17 lines
205 B
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;
|
|
} |