hugo-theme-termlite/assets/css/099_page_footer.css
Eryn Wells edd6eb996b A more generic tag/value component
Write styles and templates for a more generic tag/value component. Use this component
for the taxonomy lists, draft tag, and page dates in the summary template.
2024-10-12 10:45:52 -07:00

16 lines
180 B
CSS

/**************
* PAGE FOOTER
**************/
.page-footer {
margin-block-start: var(--space-xl);
font-size: var(--text-s);
:last-child {
margin-bottom: 0;
}
}