hugo-theme-termlite/assets/css/099_page_footer.css
Eryn Wells f078b30866 Restyle <ol> and <ul>
Use * for unordered lists and fix the number placement in ordered lists
2024-10-07 21:02:29 -07:00

15 lines
152 B
CSS

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