Files
site/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/non-critical/15-footer.css
2024-01-07 08:49:07 -05:00

12 lines
227 B
CSS

footer {
align-items: center;
color: var(--fg3);
display: flex;
font-family: var(--font-monospace);
font-size: 0.8rem;
justify-content: center;
padding-bottom: 0.5rem;
padding-top: 2rem;
text-align: center;
}