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.
16 lines
180 B
CSS
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;
|
|
}
|
|
}
|