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