add YAML option footer-extra

This commit is contained in:
Dean Attali 2020-04-28 21:24:45 +00:00
parent f012084123
commit bd1f95de23
4 changed files with 17 additions and 0 deletions

View file

@ -298,16 +298,22 @@ footer a {
footer .list-inline {
margin: 0;
padding: 0;
margin-bottom: 30px;
}
footer .copyright {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center;
margin-bottom: 0;
margin-top: 0;
}
footer .theme-by {
text-align: center;
margin: 10px 0 0;
}
footer .footer-custom-content {
text-align: center;
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
footer {
@ -319,6 +325,9 @@ footer .theme-by {
footer .copyright {
font-size: 16px;
}
footer .footer-custom-content {
font-size: 16px;
}
}
/* --- Post preview --- */