From 6ac7d6501b48a23bdf6ee2a355cbc8c76ba1bcb1 Mon Sep 17 00:00:00 2001 From: bragelbytes Date: Tue, 31 Mar 2026 18:46:15 -0700 Subject: [PATCH] added civic tech legal info and hr to footer --- _includes/footer.html | 6 +++++- _sass/components/_footer.scss | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 498daad666..7d13dff3e8 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -20,5 +20,9 @@ + - + \ No newline at end of file diff --git a/_sass/components/_footer.scss b/_sass/components/_footer.scss index 90242c254e..0d53a5d0ef 100644 --- a/_sass/components/_footer.scss +++ b/_sass/components/_footer.scss @@ -42,4 +42,25 @@ margin: 0; } } + + .footer-legal { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-top: 10px; + + hr { + width: 100%; + margin: 0; + border: 0; + border-top: 1px solid rgba($color-white, 0.3); + } + + p { + margin-top: 8px; + margin-bottom: 0; + text-align: center; + } + } } \ No newline at end of file