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

25 lines
341 B
CSS
Raw Normal View History

2024-07-23 08:54:30 -07:00
/**************
* PAGE FOOTER
**************/
.page-footer {
margin-block-start: var(--space-xl);
font-size: var(--text-s);
:last-child {
margin-bottom: 0;
}
> :only-child {
margin-block-start: 0;
}
&:not(:has(.page-navigation:only-child)) > .page-navigation {
margin-block-start: var(--space-xl);
}
2024-07-23 08:54:30 -07:00
}