tweak footer style and center align

This commit is contained in:
Nick Krecklow 2020-04-19 20:45:29 -05:00
parent c5941ff739
commit 29dc264d6a
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -169,9 +169,12 @@ footer {
display: none;
background: var(--background-color);
color: var(--text-color);
padding: 10px 0;
border-top-right-radius: var(--border-radius);
border-top-left-radius: var(--border-radius);
padding: 5px 0;
text-align: center;
margin-top: 15px;
width: 90%;
margin: 15px auto 0 auto;
}
footer a {