Clean up the site footer
It's just a single <aside> that lists the copyright.
This commit is contained in:
parent
7ff79c546d
commit
2878dd8d60
2 changed files with 24 additions and 5 deletions
21
assets/css/080_site_footer.css
Normal file
21
assets/css/080_site_footer.css
Normal 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);
|
||||
}
|
|
@ -1,5 +1,3 @@
|
|||
<div class="site-footer__container">
|
||||
<aside class="site-footer__copyright">
|
||||
<small>Copyright © {{ now.Year }} <a href="mailto:eryn@erynwells.me">Eryn Wells</a>. All rights reserved.<small>
|
||||
</aside>
|
||||
</div>
|
||||
<aside class="site-footer__copyright">
|
||||
Copyright © {{ now.Year }} <a href="mailto:eryn@erynwells.me">Eryn Wells</a>. All rights reserved.
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue