17 lines
No EOL
205 B
SCSS
17 lines
No EOL
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;
|
|
} |