hugo-theme-termlite/assets/css/099_page_footer.css

16 lines
152 B
CSS
Raw Normal View History

2024-07-23 08:54:30 -07:00
/**************
* PAGE FOOTER
**************/
.page-footer {
margin-block-start: var(--space-xl);
:last-child {
margin-bottom: 0;
}
2024-07-23 08:54:30 -07:00
}