2020-03-19 11:28:06 +08:00
|
|
|
/**
|
|
|
|
* Includes the footer links.
|
|
|
|
*/
|
|
|
|
|
|
|
|
footer {
|
|
|
|
flex-shrink: 0;
|
2021-01-31 08:23:15 +08:00
|
|
|
padding: 1rem 1rem 2rem 1rem;
|
2020-03-19 11:28:06 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
margin: 0 .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.flexbox footer {
|
|
|
|
display: none;
|
|
|
|
}
|