Clean up the site footer

It's just a single <aside> that lists the copyright.
This commit is contained in:
Eryn Wells 2024-07-23 08:49:38 -07:00
parent 7ff79c546d
commit 2878dd8d60
2 changed files with 24 additions and 5 deletions

View file

@ -0,0 +1,21 @@
{{/*
site_footer.css
Eryn Wells <eryn@erynwells.me>
*/}}
/**************
* SITE FOOTER
**************/
.site-footer {
border-top: 2px dashed var(--gray6);
color: var(--text-color-secondary);
font-size: var(--text-s);
grid-column: main-start / main-end;
margin-block-end: var(--space-m);
padding-block-start: var(--space-s);
}