diff --git a/assets/css/080_site_footer.css b/assets/css/080_site_footer.css new file mode 100644 index 0000000..d2ea9ca --- /dev/null +++ b/assets/css/080_site_footer.css @@ -0,0 +1,21 @@ +{{/* + site_footer.css + Eryn Wells +*/}} + + + + + +/************** + * 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); +} diff --git a/layouts/partials/site/footer.html b/layouts/partials/site/footer.html index 8509544..78ce2e9 100644 --- a/layouts/partials/site/footer.html +++ b/layouts/partials/site/footer.html @@ -1,5 +1,3 @@ - +